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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jun 9, 2017
1 parent b71fe97 commit d171651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/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.4.0
apiVersion: v1
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.4.0"

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

0 comments on commit d171651

Please sign in to comment.