Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Feb 2, 2022
1 parent 1f8276b commit c7e851f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 2.2.0 / Unrealased
## 3.0.0 / Unreleased

## 2.2.0 / Unreleased

* Handle EOFError raised by Rack and return Bad Request 400 status. [#1743](https://github.com/sinatra/sinatra/pull/1743) by tamazon

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
3.0.0
2 changes: 1 addition & 1 deletion lib/sinatra/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sinatra
VERSION = '2.2.0'
VERSION = '3.0.0'
end
2 changes: 1 addition & 1 deletion rack-protection/lib/rack/protection/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
module Protection
VERSION = '2.2.0'
VERSION = '3.0.0'
end
end
2 changes: 1 addition & 1 deletion sinatra-contrib/lib/sinatra/contrib/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Sinatra
module Contrib
VERSION = '2.2.0'
VERSION = '3.0.0'
end
end

0 comments on commit c7e851f

Please sign in to comment.