bump version to 1.6.0

This commit is contained in:
2024-09-27 22:23:34 +08:00
parent b104e1352f
commit 0bb001e7e2
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
}