File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ docsgen-openrpc-boost: docsgen-openrpc-bin
217217
218218# # DOCKER IMAGES
219219docker_user? =filecoin
220- lotus_version? =v1.26.0-rc1
220+ lotus_version? =v1.26.1
221221ffi_from_source? =0
222222build_lotus? =0
223223build_boost? =1
Original file line number Diff line number Diff 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
3636func UserVersion () string {
3737 return BuildVersion + BuildTypeString () + CurrentCommit
You can’t perform that action at this time.
0 commit comments