We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5722a commit b6c26deCopy full SHA for b6c26de
utils/versioning.go
@@ -8,7 +8,7 @@ import (
8
"strings"
9
)
10
11
-const version = "v0.0.9"
+const version = "v0.0.10"
12
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"
13
14
// Version returns the currently running version of the application.
0 commit comments