Skip to content

Commit aeececd

Browse files
authored
prep v1.1.2 for release (#137)
1 parent eb9e28f commit aeececd

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.1.1
31+
v1.1.2
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.1.1
4+
# GoldRush v1.1.2
55

66
# Input files
77
reads=reads
@@ -125,12 +125,12 @@ endif
125125
.SECONDARY:
126126

127127
version:
128-
@echo "goldrush v1.1.1"
128+
@echo "goldrush v1.1.2"
129129

130130
# Help
131131
help:
132132
@echo "GoldRush"
133-
@echo "v1.1.1"
133+
@echo "v1.1.2"
134134
@echo ""
135135
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
136136
@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.1.1',
2+
version : '1.1.2',
33
license : 'GPL-3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])
55

0 commit comments

Comments
 (0)