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

- old
+ new

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