Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
Changelog:
Db schema changes, context is now persisted and properly editable, messages being stored properly
  • Loading branch information
siddarthvader committed Jun 27, 2024
1 parent aeb70ab commit b437c29
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.3.1
1.4.0
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.3.1"
const Version = "1.4.0"

// Additional version-related information can be added here.
// For example:
Expand Down

0 comments on commit b437c29

Please sign in to comment.