Skip to content

Commit

Permalink
Prepare for 1.7.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Aug 11, 2013
1 parent 43a7eec commit 718c884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/multi_json/version.rb
Expand Up @@ -2,7 +2,7 @@ module MultiJson
class Version
MAJOR = 1 unless defined? MultiJson::Version::MAJOR
MINOR = 7 unless defined? MultiJson::Version::MINOR
PATCH = 8 unless defined? MultiJson::Version::PATCH
PATCH = 9 unless defined? MultiJson::Version::PATCH
PRE = nil unless defined? MultiJson::Version::PRE

class << self
Expand Down

0 comments on commit 718c884

Please sign in to comment.