From 958ed2e0cf89d8fead558383b934c1f64fa9738a Mon Sep 17 00:00:00 2001 From: siddharth Date: Thu, 27 Jun 2024 10:23:53 +0530 Subject: [PATCH] Bump version to 1.2.2 Changelog: just removing release from the repo --- VERSION | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6085e94..23aa839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.2.2 diff --git a/version.go b/version.go index ef6634c..3734d3d 100644 --- a/version.go +++ b/version.go @@ -2,7 +2,7 @@ package version // Version holds the current version of the Gottem application. // This is typically updated manually or by a build script before a new release. -const Version = "1.2.1" +const Version = "1.2.2" // Additional version-related information can be added here. // For example: