Skip to content

Commit 573d6ff

Browse files
committed
Fix version not being updated
1 parent 233a3fa commit 573d6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tip/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package tip
22

3-
const AppVersion = "0.5.0"
3+
const AppVersion = "0.6.0"
44

55
const (
66
UnresolvedTestCaseName = "???"

0 commit comments

Comments
 (0)