Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Aug 26, 2020
1 parent bf3fde5 commit 8213d34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "galah"
version = "0.1.0-dev"
version = "0.2.0"
authors = ["Ben Woodcroft <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions docs/galah-cluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="cover-card table-cell table-middle">
<span class="author_name">galah cluster usage</span>
<span class="author_bio mbm">Ben Woodcroft, Centre for Microbiome Research, Queensland University of Technology</span>
<span class="author_bio mbm">2020-08-26 (galah 0.1.0-dev)</span>
<span class="author_bio mbm">2020-08-26 (galah 0.2.0)</span>
</div>
</div>
</div>
Expand All @@ -90,7 +90,7 @@
<article class="post-content">
<div id="name" class="section level1">
<h1>NAME</h1>
<p>galah cluster - Cluster genome FASTA files by average nucleotide identity (version 0.1.0-dev)</p>
<p>galah cluster - Cluster genome FASTA files by average nucleotide identity (version 0.2.0)</p>
</div>
<div id="synopsis" class="section level1">
<h1>SYNOPSIS</h1>
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "Building musl static binary .."
cargo build --target x86_64-unknown-linux-musl --release

echo "Making static dist .."
mkdir dist/galah-x86_64-unknown-linux-musl-$VERSION
mkdir -p dist/galah-x86_64-unknown-linux-musl-$VERSION
cp \
target/x86_64-unknown-linux-musl/release/galah \
dist/galah-x86_64-unknown-linux-musl-$VERSION/
Expand Down

0 comments on commit 8213d34

Please sign in to comment.