Skip to content

Commit 48b3191

Browse files
committed
ghcr.io/commit-boost/pbs:v0.9.6
1 parent b02d61c commit 48b3191

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/services/config/commit-boost-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
const (
1212
CommitBoostConfigFile string = "cb_config.toml"
1313
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"
14+
commitBoostProdTag string = "ghcr.io/commit-boost/pbs:v0.9.6"
15+
commitBoostTestTag string = "ghcr.io/commit-boost/pbs:v0.9.6"
1616
)
1717

1818
// Relay selection mode for Commit-Boost PBS

0 commit comments

Comments
 (0)