Skip to content

Commit

Permalink
Prep for 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DerrickWood committed Apr 25, 2019
1 parent 3800e35 commit 4f73d69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [2.0.8] - 2019-04-25 (beta)

### Added
- FTP downloading option for taxonomy/libraries (--use-ftp for kraken2-build)
- Option to skip downloading taxonomy maps
Expand Down
2 changes: 1 addition & 1 deletion docs/MANUAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="pretoc">
<p class="title">Kraken taxonomic sequence classification system</p>

<p class="version">Version 2.0.7-beta</p>
<p class="version">Version 2.0.8-beta</p>

<p>Operating Manual</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/top.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="pretoc">
<p class="title">Kraken taxonomic sequence classification system</p>

<p class="version">Version 2.0.7-beta</p>
<p class="version">Version 2.0.8-beta</p>

<p>Operating Manual</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion install_kraken2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

set -e

VERSION="2.0.7-beta"
VERSION="2.0.8-beta"

if [ -z "$1" ] || [ -n "$2" ]
then
Expand Down

0 comments on commit 4f73d69

Please sign in to comment.