Skip to content

Commit 002c0bf

Browse files
authored
Prepare for release v1.0.1 (#77)
1 parent 65b8028 commit 002c0bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Coombe, L., Warren, R., Nikolic, V., Wong, J., & Birol, I. (2022, July 10–14).
3434
## Usage
3535
```
3636
GoldRush
37-
v1.0.0
37+
v1.0.1
3838
3939
Usage: goldrush [COMMAND] [OPTION=VALUE]…
4040

bin/goldrush

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -rRf
22
# Pipeline for the Goldrush program
33
# Written by Puneet Sidhu, Johnathan Wong, Lauren Coombe, and Vladimir Nikolic
4-
# GoldRush v1.0.0
4+
# GoldRush v1.0.1
55

66
# Input files
77
reads=reads
@@ -109,12 +109,12 @@ endif
109109
.SECONDARY:
110110

111111
version:
112-
@echo "goldrush v1.0.0"
112+
@echo "goldrush v1.0.1"
113113

114114
# Help
115115
help:
116116
@echo "GoldRush"
117-
@echo "v1.0.0"
117+
@echo "v1.0.1"
118118
@echo ""
119119
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
120120
@echo ""

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('goldrush', 'cpp',
2-
version : '1.0.0',
2+
version : '1.0.1',
33
license : 'GPL-3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])
55

0 commit comments

Comments
 (0)