Skip to content

Commit

Permalink
update config version
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Jun 19, 2024
1 parent b5b708c commit df5079b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/shared/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (
// ConfigVersions used for all unit tests
const (
PFlexConfigVersion string = "v2.11.0"
DowngradeConfigVersion string = "v2.9.0"
ConfigVersion string = "v2.9.0"
DowngradeConfigVersion string = "v2.10.0"
ConfigVersion string = "v2.10.0"
UpgradeConfigVersion string = "v2.10.0"
JumpUpgradeConfigVersion string = "v2.11.0"
JumpDowngradeConfigVersion string = "v2.10.0"
Expand Down

0 comments on commit df5079b

Please sign in to comment.