Skip to content

Commit

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

* Upgrade runtime and devel dependencies, notably http (5.x) and
sinatra (3.x). This may force client projects to upgrade them as
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:
webspicy (0.25.0)
webspicy (0.26.0)
finitio (>= 0.12.0, < 0.13.0)
http (>= 5.0, < 6.0)
listen (~> 3.7)
Expand Down
2 changes: 1 addition & 1 deletion lib/webspicy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Webspicy
module Version
MAJOR = 0
MINOR = 25
MINOR = 26
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
Expand Down

0 comments on commit 37ccd3f

Please sign in to comment.