From 27bafbae73d12ebcd6107c2dbd4d816a50e79e19 Mon Sep 17 00:00:00 2001 From: pedrotski <58076186+pedrotski@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:15:54 +0800 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index cb017d2..b6c2059 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) // Version of the program -const Version = "v1.0.14" +const Version = "v1.0.15" func main() { fmt.Println("Program Version:", Version)