Skip to content

Commit 24fecf8

Browse files
committed
[toru] version bump
1 parent 0c7712f commit 24fecf8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
21
dist/
32
dist2/
3+
pkg/player/player_android_test.go
4+
/toru
5+
# Unignore all dirs
6+
# !*/
7+
# Unignore all with extensions
8+
# !*.*

cmd/toru/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
binaryName = "toru"
15-
version = "v0.3.2"
15+
version = "v0.3.2.1"
1616
)
1717

1818
var (

0 commit comments

Comments
 (0)