Skip to content

Commit

Permalink
Bumped version to 0.16.0.pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Aug 9, 2024
1 parent ba1af83 commit fc41610
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= CHANGES

== 0.16.0.pre3 (2024-08-09)

- FIX #2294 Make `detect_rack_handler` compatible with Rack 3 (@osbre)

== 0.16.0.pre2 (2024-08-06)

- FIX #2292 to README and cleanup (@olleolleolle)
Expand Down
2 changes: 1 addition & 1 deletion padrino-core/lib/padrino-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
module Padrino
# The version constant for the current version of Padrino.
VERSION = '0.16.0.pre2' unless defined?(Padrino::VERSION)
VERSION = '0.16.0.pre3' unless defined?(Padrino::VERSION)

#
# The current Padrino version.
Expand Down
2 changes: 1 addition & 1 deletion padrino-performance/lib/padrino-performance/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Padrino
module Performance
# The version constant for the current version of Padrino.
VERSION = '0.16.0.pre2' unless defined?(Padrino::VERSION)
VERSION = '0.16.0.pre3' unless defined?(Padrino::VERSION)

#
# The current Padrino version.
Expand Down

0 comments on commit fc41610

Please sign in to comment.