From ed89e8ac664a124dcea6e0dcbcffa8abc9ee4a32 Mon Sep 17 00:00:00 2001 From: Musixal Date: Thu, 28 Nov 2024 13:01:28 +0330 Subject: [PATCH] bump version to v0.6.5 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 31d2308..6be5eec 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ var ( ) // Define the version of the application -const version = "v0.6.4" +const version = "v0.6.5" func getLastModTime(file string) (time.Time, error) { absPath, _ := filepath.Abs(file)