Skip to content

Commit

Permalink
release v2.2.0 (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Apr 3, 2024
1 parent 97557ef commit 16a4de2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified build/openrpc/boost.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a4de2

Please sign in to comment.