diff --git a/main.go b/main.go index 0884ea1..72572c8 100644 --- a/main.go +++ b/main.go @@ -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)