summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorKurenai <[email protected]>2021-10-14 21:54:13 +0800
committerKurenai <[email protected]>2021-10-14 21:54:13 +0800
commit2e0da3d465152e44f06d06f128875728c7deaf81 (patch)
treeaee1506d25111d8146f0e03c7718f0bc4ad67ffb /main.go
parent6ed59f73a2f6a53246ff29fdca0a73f3208352f8 (diff)
fix a logic bomb.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 750b4d7..b8d54b1 100644
--- a/main.go
+++ b/main.go
@@ -7,7 +7,7 @@ import (
"runtime"
)
-const pName = "MKV Tool v3.0.1"
+const pName = "MKV Tool v3.0.2"
type arrayArg []string