Skip to content

Commit

Permalink
bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Dec 14, 2023
1 parent 2328457 commit d32ebf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GOMODCACHE := $(shell go env GOMODCACHE)
GOCACHE := $(shell go env GOCACHE)
GOOS := linux
GOARCH := amd64
VERSION := 1.0.0-beta.rc4
VERSION := 1.0.0-beta.rc5

# hercules build info
REPO := zeusfyi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func GetConsensusClientNetworkConfig(beaconConfig BeaconConfig) zeus_cluster_con
}}
compBase := zeus_cluster_config_drivers.ComponentBaseDefinition{
SkeletonBases: map[string]zeus_cluster_config_drivers.ClusterSkeletonBaseDefinition{
"consensus-client": sbDef,
beaconConfig.ConsensusClient: sbDef,
},
}
return compBase
Expand Down

0 comments on commit d32ebf3

Please sign in to comment.