Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Mar 16, 2018
1 parent a6a7300 commit 2793b62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/draftd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: draftd
description: The Draft server
version: v0.11.0-rc1
version: v0.11.0
apiVersion: v1
2 changes: 1 addition & 1 deletion charts/draftd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ basedomain: example.com
replicaCount: 1
image:
repository: microsoft/draft
tag: v0.11.0-rc1
tag: v0.11.0
pullPolicy: Always
debug: false
service:
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases.
Release = "v0.11.0-rc1"
Release = "v0.11.0"

// BuildMetadata is extra build time data
BuildMetadata = ""
Expand Down

0 comments on commit 2793b62

Please sign in to comment.