Skip to content

Commit

Permalink
Prepare for release v1.1.0 (#126)
Browse files Browse the repository at this point in the history
* Update README.md to 1.1

* Update goldrush to 1.1.0

* Update README.md version number

* Update meson.build to 1.1.0
  • Loading branch information
jwcodee authored Sep 21, 2023
1 parent 8bbcd4c commit 4493b05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Logo Design: Rene L. Warren
## Usage
```
GoldRush
v1.0.3
v1.1.0
Usage: goldrush [COMMAND] [OPTION=VALUE]…
Expand Down
6 changes: 3 additions & 3 deletions bin/goldrush
Original file line number Diff line number Diff line change
@@ -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 v1.0.3
# GoldRush v1.1.0

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

version:
@echo "goldrush v1.0.3"
@echo "goldrush v1.1.0"

# Help
help:
@echo "GoldRush"
@echo "v1.0.3"
@echo "v1.1.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 : '1.0.3',
version : '1.1.0',
license : 'GPL-3',
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])

Expand Down

0 comments on commit 4493b05

Please sign in to comment.