Skip to content

Commit d68e8f9

Browse files
committed
bump version to v0.7.1
1 parent 2ea13bf commit d68e8f9

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.7.0"
25+
const version = "v0.7.1"
2626

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

0 commit comments

Comments
 (0)