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