Skip to content

Commit

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

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

0 comments on commit 3c1b3da

Please sign in to comment.