lib/bio/version.rb in bio-2.0.3 vs lib/bio/version.rb in bio-2.0.4
- old
+ new
@@ -8,10 +8,10 @@
#
module Bio
# BioRuby version (Array containing Integer)
- BIORUBY_VERSION = [2, 0, 3].extend(Comparable).freeze
+ BIORUBY_VERSION = [2, 0, 4].extend(Comparable).freeze
# Extra version specifier (String or nil).
# Existance of the value indicates development version.
#
# nil :: Release version.