lib/vagabond/version.rb in vagabond-0.2.8 vs lib/vagabond/version.rb in vagabond-0.2.10

- old
+ new

@@ -1,10 +1,11 @@ +#encoding: utf-8 module Vagabond class Version < Gem::Version attr_reader :codename def initialize(v, name) @codename = name super(v) end end - VERSION = Version.new('0.2.8', 'nomad') + VERSION = Version.new('0.2.10', 'Hi friend') end