lib/steam/version.rb in steamrb-0.1.0 vs lib/steam/version.rb in steamrb-0.1.1
- old
+ new
@@ -5,10 +5,10 @@
# Minor version of the gem
MINOR = '1'
# Patch version of the gem
- PATCH = '0'
+ PATCH = '1'
# Current Steam gem version
VERSION = [MAJOR, MINOR, PATCH].join('.')
end