Skip to content

Commit

Permalink
Bump to 2.3.0 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 6, 2024
1 parent 7a27468 commit 2a9a4a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3.0
## 2.3.0 - 2024-06-06

* Sinatra >= 3.2 must be used.

Expand Down
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.4)
talktome (2.3.0)
finitio (>= 0.12.0, < 0.13.0)
mail (~> 2, >= 2.7.1)
mustache (~> 1)
Expand Down
4 changes: 2 additions & 2 deletions lib/talktome/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Talktome
module Version
MAJOR = 2
MINOR = 2
TINY = 4
MINOR = 3
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit 2a9a4a1

Please sign in to comment.