Skip to content

Commit 7a5da11

Browse files
committed
bump version to 0.2.2
1 parent 21eac11 commit 7a5da11

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.2.1"
13+
const version = "v0.2.2"
1414

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

0 commit comments

Comments
 (0)