Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Mar 6, 2012
1 parent 506732e commit acefa07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/thin/version.rb
Expand Up @@ -6,11 +6,11 @@ class PlatformNotSupported < RuntimeError; end
module VERSION #:nodoc:
MAJOR = 1
MINOR = 3
TINY = 1
TINY = 2

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

CODENAME = "Triple Espresso".freeze
CODENAME = "Low-bar Squat".freeze

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

0 comments on commit acefa07

Please sign in to comment.