Skip to content

Commit 9242338

Browse files
committed
v2.17.1
1 parent af0330d commit 9242338

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.17.1
2+
3+
### Fixes
4+
- If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]
5+
16
## 2.17.0
27

38
### Features

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.17.0"
3+
const VERSION = "2.17.1"

0 commit comments

Comments
 (0)