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.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Aug 14, 2017
1 parent 72bc26c commit 6f6c3cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chart/draftd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: draftd
description: The Draft server
version: canary
version: v0.6.0-rc1
apiVersion: v1
4 changes: 2 additions & 2 deletions chart/draftd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ image:
registry: docker.io
org: microsoft
name: draft
tag: canary
pullPolicy: Always
tag: v0.6.0-rc1
pullPolicy: IfNotPresent
debug: false
service:
http:
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 = "canary"
Release = "v0.6.0-rc1"

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

0 comments on commit 6f6c3cd

Please sign in to comment.