release: 1.7.3

This commit is contained in:
TaurusXin 2025-01-30 10:16:33 +08:00
parent 3a48a5d667
commit 2814a23874
2 changed files with 2 additions and 2 deletions

View File

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

View File

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