Commit 16a4de2 1 parent 97557ef commit 16a4de2 Copy full SHA for 16a4de2
File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
contents : read
17
17
packages : write
18
18
env :
19
- LOTUS_VERSION : ' v1.26.0-rc1 '
19
+ LOTUS_VERSION : ' v1.26.1 '
20
20
LOTUS_SOURCE_IMAGE : ' ghcr.io/filecoin-shipyard/lotus-containers:lotus'
21
21
NETWORK_NAME : ' devnet'
22
22
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
217
217
218
218
# # DOCKER IMAGES
219
219
docker_user? =filecoin
220
- lotus_version? =v1.26.0-rc1
220
+ lotus_version? =v1.26.1
221
221
ffi_from_source? =0
222
222
build_lotus? =0
223
223
build_boost? =1
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func BuildTypeString() string {
31
31
}
32
32
}
33
33
34
- const BuildVersion = "2.2.0-rc2 "
34
+ const BuildVersion = "2.2.0"
35
35
36
36
func UserVersion () string {
37
37
return BuildVersion + BuildTypeString () + CurrentCommit
You can’t perform that action at this time.
0 commit comments