lib/fd/version.rb in fd-0.3.0 vs lib/fd/version.rb in fd-0.3.1
- 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.3.0'
+ VERSION = '0.3.1'
def self.version
VERSION
end
end