Skip to content

Commit

Permalink
Merge pull request #748 from wurmlab/tt/v3.1.0
Browse files Browse the repository at this point in the history
Release v3.1.0
  • Loading branch information
tadast authored Jun 17, 2024
2 parents 588a7ae + 337a488 commit 739c4fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sequenceserver (3.0.1)
sequenceserver (3.1.0)
json_pure (~> 2.6, >= 2.6.3)
ox (~> 2.1, >= 2.1.1)
rackup
Expand Down
2 changes: 1 addition & 1 deletion lib/sequenceserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Top level module / namespace.
module SequenceServer
# The default version of BLAST that will be downloaded and configured for use.
BLAST_VERSION = '2.12.0+'.freeze
BLAST_VERSION = '2.15.0+'.freeze

# Default location of configuration file.
DEFAULT_CONFIG_FILE = '~/.sequenceserver.conf'.freeze
Expand Down
2 changes: 1 addition & 1 deletion lib/sequenceserver/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Define version number.
module SequenceServer
VERSION = '3.0.1'.freeze
VERSION = '3.1.0'.freeze
end

0 comments on commit 739c4fa

Please sign in to comment.