Skip to content

Commit

Permalink
bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Sep 12, 2024
1 parent 864264e commit 69c4d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Define the version of the application
const version = "v0.1.3"
const version = "v0.2"

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

0 comments on commit 69c4d61

Please sign in to comment.