lib/vagabond/version.rb in vagabond-0.1.4 vs lib/vagabond/version.rb in vagabond-0.2.0

- old
+ new

@@ -4,7 +4,7 @@ def initialize(v, name) @codename = name super(v) end end - VERSION = Version.new('0.1.4', 'vagari') + VERSION = Version.new('0.2.0', 'frank the tank') end