Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 31, 2023
1 parent 829c3aa commit 85b956c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.8.2 Ruby Razor
* Ruby 3.2 support.

== 1.8.1 Infinite Smoothie
* Fix possible HTTP Response Splitting

Expand Down
4 changes: 2 additions & 2 deletions lib/thin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 8
TINY = 1
TINY = 2

STRING = [MAJOR, MINOR, TINY].join('.')

CODENAME = "Infinite Smoothie".freeze
CODENAME = "Ruby Razor".freeze

RACK = [1, 0].freeze # Rack protocol version
end
Expand Down

0 comments on commit 85b956c

Please sign in to comment.