We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7712f commit 24fecf8Copy full SHA for 24fecf8
.gitignore
@@ -1,3 +1,8 @@
1
-
2
dist/
3
dist2/
+pkg/player/player_android_test.go
4
+/toru
5
+# Unignore all dirs
6
+# !*/
7
+# Unignore all with extensions
8
+# !*.*
cmd/toru/main.go
@@ -12,7 +12,7 @@ import (
12
13
const (
14
binaryName = "toru"
15
- version = "v0.3.2"
+ version = "v0.3.2.1"
16
)
17
18
var (
0 commit comments