Skip to content

Commit

Permalink
Back to dev mode
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Oct 14, 2024
1 parent c8272d7 commit ef7f915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6357,7 +6357,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.11.0
image: planetscale/vitess-operator:v2.11.1
name: vitess-operator
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
package version

var (
Version = "2.11.1"
Version = "2.11.2"
)

0 comments on commit ef7f915

Please sign in to comment.