lib/fd/version.rb in fd-0.5.0 vs lib/fd/version.rb in fd-0.6.0
- old
+ new
@@ -2,10 +2,10 @@
# Here only the _VERSION_ of Fd is defined
# All other code is in lib/fd.rb
#
class Fd
- VERSION = '0.5.0'
+ VERSION = '0.6.0'
def self.version
VERSION
end
end