lib/guacamole/version.rb in guacamole-0.1.0 vs lib/guacamole/version.rb in guacamole-0.2.0

- old
+ new

@@ -1,5 +1,5 @@ # -*- encoding : utf-8 -*- module Guacamole # Current version of the gem - VERSION = '0.1.0' + VERSION = '0.2.0' end