Skip to content

Commit

Permalink
1.0.0 Release (#69)
Browse files Browse the repository at this point in the history
* update to version 1.0.0

* goldrush: revert shebang update

* goldrush: change version in comments

Co-authored-by: Lauren Coombe <lauren.e.coombe@gmail.com>

Co-authored-by: jowong04 <jowong@hpcg02.hpc.bcgsc.ca>
Co-authored-by: Lauren Coombe <lauren.e.coombe@gmail.com>
  • Loading branch information
3 people authored Aug 8, 2022
1 parent 4621a8d commit 8f568fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Coombe, L., Warren, R., Nikolic, V., Wong, J., & Birol, I. (2022, July 10–14).
## Usage
```
GoldRush
v0.9.3
v1.0.0
Usage: goldrush [COMMAND] [OPTION=VALUE]…
Expand Down
8 changes: 4 additions & 4 deletions bin/goldrush
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env make -rRf
#!/usr/bin/make -rRf
# Pipeline for the Goldrush program
# Written by Puneet Sidhu, Johnathan Wong, Lauren Coombe, and Vladimir Nikolic
# GoldRush v0.9.3
# GoldRush v1.0.0

# Input files
reads=reads
Expand Down Expand Up @@ -106,12 +106,12 @@ endif
.SECONDARY:

version:
@echo "goldrush v0.9.3"
@echo "goldrush v1.0.0"

# Help
help:
@echo "GoldRush"
@echo "v0.9.3"
@echo "v1.0.0"
@echo ""
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
@echo ""
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('goldrush', 'cpp',
version : '0.9.3',
version : '1.0.0',
license : 'GPL-3',
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])

Expand Down

0 comments on commit 8f568fc

Please sign in to comment.