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