We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864264e commit 69c4d61Copy full SHA for 69c4d61
main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
// Define the version of the application
13
-const version = "v0.1.3"
+const version = "v0.2"
14
15
func main() {
16
configPath := flag.String("c", "", "path to the configuration file (TOML format)")
0 commit comments