diff --git a/main.go b/main.go index 7efdfd7..d85f459 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ var ( ) // Define the version of the application -const version = "v0.4.2" +const version = "v0.4.3" func getLastModTime(file string) (time.Time, error) { absPath, _ := filepath.Abs(file)