Skip to content

Commit 02d0d04

Browse files
committed
bump version to 0.6.3
1 parent d057cd7 commit 02d0d04

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

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

0 commit comments

Comments
 (0)