We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829c3aa commit 85b956cCopy full SHA for 85b956c
2 files changed
CHANGELOG
@@ -1,3 +1,6 @@
1
+== 1.8.2 Ruby Razor
2
+ * Ruby 3.2 support.
3
+
4
== 1.8.1 Infinite Smoothie
5
* Fix possible HTTP Response Splitting
6
lib/thin/version.rb
@@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
7
MAJOR = 1
8
MINOR = 8
9
- TINY = 1
+ TINY = 2
10
11
STRING = [MAJOR, MINOR, TINY].join('.')
12
13
- CODENAME = "Infinite Smoothie".freeze
+ CODENAME = "Ruby Razor".freeze
14
15
RACK = [1, 0].freeze # Rack protocol version
16
end
0 commit comments