Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Oct 13, 2024
1 parent 4c8c14b commit a77359b
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.4.5"
const version = "v0.5.0"

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

0 comments on commit a77359b

Please sign in to comment.