Skip to content

Commit 80eba08

Browse files
authored
Prepare for release v1.0.2 (#90)
1 parent 4cd675f commit 80eba08

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
@@ -38,7 +38,7 @@ We're looking for C++ bioinformatics developers to work on GoldRush and other ex
3838
## Usage
3939
```
4040
GoldRush
41-
v1.0.1
41+
v1.0.2
4242
4343
Usage: goldrush [COMMAND] [OPTION=VALUE]…
4444

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.1
4+
# GoldRush v1.0.2
55

66
# Input files
77
reads=reads
@@ -116,12 +116,12 @@ endif
116116
.SECONDARY:
117117

118118
version:
119-
@echo "goldrush v1.0.1"
119+
@echo "goldrush v1.0.2"
120120

121121
# Help
122122
help:
123123
@echo "GoldRush"
124-
@echo "v1.0.1"
124+
@echo "v1.0.2"
125125
@echo ""
126126
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
127127
@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.1',
2+
version : '1.0.2',
33
license : 'GPL-3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])
55

0 commit comments

Comments
 (0)