Skip to content

Commit

Permalink
Unfreeze version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfrydl committed Jul 7, 2011
1 parent 68c254f commit 2d2856b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/httparty/version.rb
@@ -1,5 +1,5 @@
module HTTParty
VERSION = "0.7.8".freeze
VERSION = "0.7.8"

CRACK_DEPENDENCY = "0.1.8".freeze
CRACK_DEPENDENCY = "0.1.8"
end

0 comments on commit 2d2856b

Please sign in to comment.