Skip to content

Commit 5c70fe4

Browse files
committed
add: new version
1 parent 6f8b9b6 commit 5c70fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var (
5656
autoextract = flag.String("autoextract", "", "Extract all DSK files from a specified folder.")
5757
snaVersion = flag.Int("snaversion", 1, "Specify the SNA version (1 or 2 available).")
5858
quiet = flag.Bool("quiet", false, "Suppress unnecessary output (useful for scripting).")
59-
appVersion = "0.26"
59+
appVersion = "0.27"
6060
version = flag.Bool("version", false, "Display the application version and exit.")
6161
)
6262

0 commit comments

Comments
 (0)