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