Skip to content

Commit

Permalink
Bump to 2.2.3 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
llambeau committed May 26, 2023
1 parent c2ad3cb commit 78c62c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
talktome (2.2.2)
talktome (2.2.3)
finitio (>= 0.12.0, < 0.13.0)
mail (~> 2, >= 2.7.1)
mustache (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion lib/talktome/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Talktome
module Version
MAJOR = 2
MINOR = 2
TINY = 2
TINY = 3
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit 78c62c2

Please sign in to comment.