We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea13bf commit d68e8f9Copy full SHA for d68e8f9
main.go
@@ -22,7 +22,7 @@ var (
22
)
23
24
// Define the version of the application
25
-const version = "v0.7.0"
+const version = "v0.7.1"
26
27
func main() {
28
configPath = flag.String("c", "", "path to the configuration file (TOML format)")
0 commit comments