Skip to content

Commit

Permalink
Update the version file to 2.12.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <andres@planetscale.com>
  • Loading branch information
systay committed Feb 7, 2024
1 parent 5d33cac commit 24388f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2019 PlanetScale Inc.
Copyright 2024 PlanetScale Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,9 @@ limitations under the License.

package version

// DO NOT EDIT
// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER

var (
Version = "2.11.0"
Version = "2.12.0-rc1"
)

0 comments on commit 24388f8

Please sign in to comment.