Skip to content

Commit

Permalink
bumper version to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Nov 26, 2024
1 parent ef58d05 commit 434f494
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.3"
const version = "v0.6.4"

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

0 comments on commit 434f494

Please sign in to comment.