diff --git a/README.md b/README.md index 6389fb2..c1f0a35 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GitHub release (latest by date)] +![GitHub release (latest by date)](https://img.shields.io/github/v/release/bcgsc/goldrush) ![Logo](https://github.com/bcgsc/GoldRush/blob/main/img/GoldRush-logo.png) @@ -34,7 +34,7 @@ Coombe, L., Warren, R., Nikolic, V., Wong, J., & Birol, I. (2022, July 10–14). ## Usage ``` GoldRush -v0.9.1 +v0.9.2 Usage: goldrush [COMMAND] [OPTION=VALUE]… diff --git a/bin/goldrush b/bin/goldrush index e748d04..62f032e 100755 --- a/bin/goldrush +++ b/bin/goldrush @@ -1,7 +1,7 @@ #!/usr/bin/make -rRf # Pipeline for the Goldrush program # Written by Puneet Sidhu, Johnathan Wong, Lauren Coombe, and Vladimir Nikolic -# GoldRush v0.9.1 +# GoldRush v0.9.2 # Input files reads=reads @@ -102,12 +102,12 @@ endif .SECONDARY: version: - @echo "goldrush v0.9.1" + @echo "goldrush v0.9.2" # Help help: @echo "GoldRush" - @echo "v0.9.1" + @echo "v0.9.2" @echo "" @echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…" @echo "" diff --git a/meson.build b/meson.build index 720518f..e706dc0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('goldrush', 'cpp', - version : '0.9.1', + version : '0.9.2', license : 'GPL-3', default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])