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: