Skip to content

Commit 32d333d

Browse files
committed
Release: v0.9.3
1 parent 8ddce66 commit 32d333d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ apk/
2929
.DS_Store
3030
Thumbs.db
3131
output/
32-
apk/
32+
apk/
33+
.dart_tool/

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/spf13/cobra"
99
)
1010

11-
const Version = "1.0.0"
11+
const Version = "0.9.3"
1212

1313
// CLIConfig holds CLI options passed via flags
1414
type CLIConfig struct {

0 commit comments

Comments
 (0)