Skip to content

Commit a77359b

Browse files
committed
bump version to 0.5.0
1 parent 4c8c14b commit a77359b

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
@@ -19,7 +19,7 @@ var (
1919
)
2020

2121
// Define the version of the application
22-
const version = "v0.4.5"
22+
const version = "v0.5.0"
2323

2424
func getLastModTime(file string) (time.Time, error) {
2525
absPath, _ := filepath.Abs(file)

0 commit comments

Comments
 (0)