Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Oct 31, 2024
1 parent d057cd7 commit 02d0d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
)

// Define the version of the application
const version = "v0.6.2"
const version = "v0.6.3"

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

0 comments on commit 02d0d04

Please sign in to comment.