diff --git a/VERSION b/VERSION index f0bb29e..3a3cd8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/version.go b/version.go index 7e0a07e..3f141d1 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.3.0" +const Version = "1.3.1" // Additional version-related information can be added here. // For example: