lib/fanforce/api/version.rb in fanforce-api-0.8.0 vs lib/fanforce/api/version.rb in fanforce-api-0.8.1

- old
+ new

@@ -1,5 +1,5 @@ class Fanforce - module Api - VERSION = '0.8.0' + class Api + VERSION = '0.8.1' end end