We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02d61c commit 48b3191Copy full SHA for 48b3191
1 file changed
shared/services/config/commit-boost-config.go
@@ -11,8 +11,8 @@ import (
11
const (
12
CommitBoostConfigFile string = "cb_config.toml"
13
CommitBoostConfigTemplate string = "commit-boost-config"
14
- commitBoostProdTag string = "ghcr.io/commit-boost/pbs:v0.9.3"
15
- commitBoostTestTag string = "ghcr.io/commit-boost/pbs:v0.9.3"
+ commitBoostProdTag string = "ghcr.io/commit-boost/pbs:v0.9.6"
+ commitBoostTestTag string = "ghcr.io/commit-boost/pbs:v0.9.6"
16
)
17
18
// Relay selection mode for Commit-Boost PBS
0 commit comments