diff --git a/cmd/version.go b/cmd/version.go index 97eb268..3e654f6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -13,7 +13,7 @@ import ( var ( // These variables should be set using ldflags during the build Version = "v0.1.1" - Commit = "39dfff5" + Commit = "999853a82423" BuildDate = "25.05.2024" )