diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 57abeb1cc..49fff62c3 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -16,7 +16,7 @@ jobs: contents: read packages: write env: - LOTUS_VERSION: 'v1.26.0-rc1' + LOTUS_VERSION: 'v1.26.1' LOTUS_SOURCE_IMAGE: 'ghcr.io/filecoin-shipyard/lotus-containers:lotus' NETWORK_NAME: 'devnet' FFI_BUILD_FROM_SOURCE: '0' diff --git a/Makefile b/Makefile index ba4c22a0e..32b253255 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ docsgen-openrpc-boost: docsgen-openrpc-bin ## DOCKER IMAGES docker_user?=filecoin -lotus_version?=v1.26.0-rc1 +lotus_version?=v1.26.1 ffi_from_source?=0 build_lotus?=0 build_boost?=1 diff --git a/build/openrpc/boost.json.gz b/build/openrpc/boost.json.gz index e4c9c4cae..510089be0 100644 Binary files a/build/openrpc/boost.json.gz and b/build/openrpc/boost.json.gz differ diff --git a/build/version.go b/build/version.go index 188f3057a..f53f39ddb 100644 --- a/build/version.go +++ b/build/version.go @@ -31,7 +31,7 @@ func BuildTypeString() string { } } -const BuildVersion = "2.2.0-rc2" +const BuildVersion = "2.2.0" func UserVersion() string { return BuildVersion + BuildTypeString() + CurrentCommit