lib/vainglory_api/version.rb in vainglory-api-0.0.4 vs lib/vainglory_api/version.rb in vainglory-api-0.1.0

- old
+ new

@@ -1,4 +1,7 @@ module VaingloryAPI # Current gem version - VERSION = '0.0.4'.freeze + VERSION = '0.1.0'.freeze + + # Release date of current version + RELEASE_DATE = '2017-06-16'.freeze end