Skip to content

Commit 85b956c

Browse files
committed
Bump patch version.
1 parent 829c3aa commit 85b956c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 1.8.2 Ruby Razor
2+
* Ruby 3.2 support.
3+
14
== 1.8.1 Infinite Smoothie
25
* Fix possible HTTP Response Splitting
36

lib/thin/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
66
module VERSION #:nodoc:
77
MAJOR = 1
88
MINOR = 8
9-
TINY = 1
9+
TINY = 2
1010

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

13-
CODENAME = "Infinite Smoothie".freeze
13+
CODENAME = "Ruby Razor".freeze
1414

1515
RACK = [1, 0].freeze # Rack protocol version
1616
end

0 commit comments

Comments
 (0)