Skip to content

Commit

Permalink
Bump versions after v1.11.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
  • Loading branch information
rturner3 committed Dec 12, 2024
1 parent b9c03a3 commit e36cd56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// IMPORTANT: When updating, make sure to reconcile the versions list that
// is part of the upgrade integration test. See
// test/integration/suites/upgrade/README.md for details.
Base = "1.11.1"
Base = "1.11.2"
)

var (
Expand Down
2 changes: 2 additions & 0 deletions pkg/server/datastore/sqlstore/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ import (
// | v1.10.4 | | |
// |*********|********|***************************************************************************|
// | v1.11.0 | | |
// |---------| | |
// | v1.11.1 | | |
// ================================================================================================

const (
Expand Down
1 change: 1 addition & 0 deletions test/integration/suites/upgrade/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
1.10.3
1.10.4
1.11.0
1.11.1

0 comments on commit e36cd56

Please sign in to comment.