Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
Changelog:
just removing release from the repo
  • Loading branch information
siddarthvader committed Jun 27, 2024
1 parent 2726a1d commit 958ed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 958ed2e

Please sign in to comment.