Skip to content

Commit

Permalink
2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
namusyaka committed Dec 22, 2018
1 parent af70671 commit 7a5c499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0.4'
VERSION = '2.0.5'
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.0.4'
VERSION = '2.0.5'
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.0.4'
VERSION = '2.0.5'
end
end

0 comments on commit 7a5c499

Please sign in to comment.