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

- old
+ new

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