lib/fanforce/api/version.rb in fanforce-api-0.8.2 vs lib/fanforce/api/version.rb in fanforce-api-0.9.0

- old
+ new

@@ -1,5 +1,5 @@ class Fanforce - class Api - VERSION = '0.8.2' + class API + VERSION = '0.9.0' end end