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.8.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Oct 19, 2017
1 parent 24ef23d commit 517e90a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: v0.8.0-rc1
version: v0.8.0-rc2
apiVersion: v1
2 changes: 1 addition & 1 deletion chart/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.8.0-rc1
tag: v0.8.0-rc2
pullPolicy: IfNotPresent
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.8.0-rc1"
Release = "v0.8.0-rc2"

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

0 comments on commit 517e90a

Please sign in to comment.