Skip to content

Commit

Permalink
version changed to 1.5.1-dev (pre-release version of 1.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoto committed Jul 2, 2015
1 parent 8fc4d6c commit 7a5d897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bio/version.rb
Expand Up @@ -10,7 +10,7 @@
module Bio

# BioRuby version (Array containing Integer)
BIORUBY_VERSION = [1, 5, 0].extend(Comparable).freeze
BIORUBY_VERSION = [1, 5, 1].extend(Comparable).freeze

# Extra version specifier (String or nil).
# Existance of the value indicates development version.
Expand All @@ -22,7 +22,7 @@ module Bio
# By default, if the third digit (teeny) of BIORUBY_VERSION is 0,
# the version is regarded as a development version.
BIORUBY_EXTRA_VERSION =
nil #(BIORUBY_VERSION[2] == 0) ? "-dev" : nil
"-dev" #(BIORUBY_VERSION[2] == 0) ? "-dev" : nil

# Version identifier, including extra version string (String)
# Unlike BIORUBY_VERSION, it is not comparable.
Expand Down

0 comments on commit 7a5d897

Please sign in to comment.