Skip to content

Commit

Permalink
fix(coordinator): fix TestApis (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Aug 24, 2023
1 parent a8c71b5 commit c44b7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

var tag = "v4.1.102"
var tag = "v4.1.103"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down
2 changes: 1 addition & 1 deletion coordinator/test/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func setupCoordinator(t *testing.T, proversPerSession uint8, coordinatorURL stri
}

func setEnv(t *testing.T) {
version.Version = "v4.1.97-aaa-bbb-ccc"
version.Version = "v4.1.98-aaa-bbb-ccc"

base = docker.NewDockerApp()
base.RunDBImage(t)
Expand Down

0 comments on commit c44b7f7

Please sign in to comment.