Skip to content

Commit 16a4de2

Browse files
authored
release v2.2.0 (#1909)
1 parent 97557ef commit 16a4de2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/container-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
packages: write
1818
env:
19-
LOTUS_VERSION: 'v1.26.0-rc1'
19+
LOTUS_VERSION: 'v1.26.1'
2020
LOTUS_SOURCE_IMAGE: 'ghcr.io/filecoin-shipyard/lotus-containers:lotus'
2121
NETWORK_NAME: 'devnet'
2222
FFI_BUILD_FROM_SOURCE: '0'

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ docsgen-openrpc-boost: docsgen-openrpc-bin
217217

218218
## DOCKER IMAGES
219219
docker_user?=filecoin
220-
lotus_version?=v1.26.0-rc1
220+
lotus_version?=v1.26.1
221221
ffi_from_source?=0
222222
build_lotus?=0
223223
build_boost?=1

build/openrpc/boost.json.gz

-4 Bytes
Binary file not shown.

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func BuildTypeString() string {
3131
}
3232
}
3333

34-
const BuildVersion = "2.2.0-rc2"
34+
const BuildVersion = "2.2.0"
3535

3636
func UserVersion() string {
3737
return BuildVersion + BuildTypeString() + CurrentCommit

0 commit comments

Comments
 (0)