Skip to content

Commit eaa43c1

Browse files
authored
prep for release 1.2.0 (#143)
1 parent c4ba3bb commit eaa43c1

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

66
# Input files
77
reads=reads
@@ -131,12 +131,12 @@ endif
131131
.SECONDARY:
132132

133133
version:
134-
@echo "goldrush v1.1.2"
134+
@echo "goldrush v1.2.0"
135135

136136
# Help
137137
help:
138138
@echo "GoldRush"
139-
@echo "v1.1.2"
139+
@echo "v1.2.0"
140140
@echo ""
141141
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
142142
@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.2',
2+
version : '1.2.0',
33
license : 'GPL-3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])
55

0 commit comments

Comments
 (0)