Skip to content

Commit 1dbc4c7

Browse files
committed
bump version to v0.5.1
1 parent dde7951 commit 1dbc4c7

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.5.0"
22+
const version = "v0.5.1"
2323

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

0 commit comments

Comments
 (0)