1 Commits

Author SHA1 Message Date
2814a23874 release: 1.7.3 2025-01-30 10:16:33 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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