Skip to content

Commit 03e3d67

Browse files
committed
bump version to 0.6.1
1 parent 05b04d9 commit 03e3d67

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

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

0 commit comments

Comments
 (0)