Skip to content

Commit 0beb74a

Browse files
authored
Merge pull request #25 from NiloCK/v0.0.10-branch
bump
2 parents 2f5722a + b6c26de commit 0beb74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
)
1010

11-
const version = "v0.0.9"
11+
const version = "v0.0.10"
1212
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
1313

1414
// Version returns the currently running version of the application.

0 commit comments

Comments
 (0)