./lib/animoto.rb in animoto-0.0.0.alpha9 vs ./lib/animoto.rb in animoto-0.1.0.beta0
- old
+ new
@@ -1,5 +1,11 @@
module Animoto
+
+ # Returns the version of the client. Note this is the release version number for
+ # the client package, and not the version of the Animoto API this client works
+ # with.
+ #
+ # @return [String]
def self.version
- "0.0.0.alpha9"
+ "0.1.0.beta0"
end
end