Skip to content

Commit 3b36b7a

Browse files
committed
bump version to 0.7.0
1 parent 346f9d9 commit 3b36b7a

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
@@ -22,7 +22,7 @@ var (
2222
)
2323

2424
// Define the version of the application
25-
const version = "v0.6.6"
25+
const version = "v0.7.0"
2626

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

0 commit comments

Comments
 (0)