Skip to content

Commit 2ebcfea

Browse files
authored
prepare for release 1.2.2 (#151)
1 parent 575078e commit 2ebcfea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.1
31+
v1.2.2
3232
3333
Usage: goldrush [COMMAND] [OPTION=VALUE]…
3434

bin/goldrush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Written by Puneet Sidhu, Johnathan Wong, Lauren Coombe, and Vladimir Nikolic
44

55
# GoldRush version
6-
version=1.2.1
6+
version=1.2.2
77

88
# Input files
99
reads=reads

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.2.1',
2+
version : '1.2.2',
33
license : 'GPL-3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])
55

0 commit comments

Comments
 (0)