lib/ice_nine/version.rb in ice_nine-0.7.0 vs lib/ice_nine/version.rb in ice_nine-0.8.0

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 module IceNine - # Current gem version - VERSION = '0.7.0' + # Unreleased gem version + VERSION = '0.8.0'.freeze end # module IceNine