diff --git a/build.sh b/build.sh index 5894650..476f6c1 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.5.0 +VERSION=1.6.0 # Clean up the build directory rm -rf build diff --git a/main.go b/main.go index da80ca3..1a2c4a1 100644 --- a/main.go +++ b/main.go @@ -59,7 +59,7 @@ func main() { } if *showVersion { - fmt.Println("ncmdump version 1.5.0") + fmt.Println("ncmdump version 1.6.0") os.Exit(0) }