lib/steam/version.rb in steamrb-0.1.1 vs lib/steam/version.rb in steamrb-0.1.2

- old
+ new

@@ -5,10 +5,10 @@ # Minor version of the gem MINOR = '1' # Patch version of the gem - PATCH = '1' + PATCH = '2' # Current Steam gem version VERSION = [MAJOR, MINOR, PATCH].join('.') end