release: 1.7.5

This commit is contained in:
2025-11-25 15:17:09 +08:00
parent 747343162b
commit a62f5156f0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.7.4
VERSION=1.7.5
# Clean up the build directory
rm -rf build

View File

@@ -59,7 +59,7 @@ func main() {
}
if *showVersion {
fmt.Println("ncmdump version 1.7.4")
fmt.Println("ncmdump version 1.7.5")
os.Exit(0)
}