Skip to content

Commit 69c4d61

Browse files
committed
bump version to 0.2
1 parent 864264e commit 69c4d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Define the version of the application
13-
const version = "v0.1.3"
13+
const version = "v0.2"
1414

1515
func main() {
1616
configPath := flag.String("c", "", "path to the configuration file (TOML format)")

0 commit comments

Comments
 (0)