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