Skip to content

Commit df7966f

Browse files
committed
bump version to v0.7.2
1 parent b2d62e0 commit df7966f

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

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

0 commit comments

Comments
 (0)