Skip to content

Commit 6e8b1b2

Browse files
authored
Prepare for release v1.0.3 (#111)
1 parent 23ce506 commit 6e8b1b2

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
@@ -28,7 +28,7 @@ Logo Design: Rene L. Warren
2828
## Usage
2929
```
3030
GoldRush
31-
v1.0.2
31+
v1.0.3
3232
3333
Usage: goldrush [COMMAND] [OPTION=VALUE]…
3434

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.2
4+
# GoldRush v1.0.3
55

66
# Input files
77
reads=reads
@@ -122,12 +122,12 @@ endif
122122
.SECONDARY:
123123

124124
version:
125-
@echo "goldrush v1.0.2"
125+
@echo "goldrush v1.0.3"
126126

127127
# Help
128128
help:
129129
@echo "GoldRush"
130-
@echo "v1.0.2"
130+
@echo "v1.0.3"
131131
@echo ""
132132
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
133133
@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.2',
2+
version : '1.0.3',
33
license : 'GPL-3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])
55

0 commit comments

Comments
 (0)