Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit dbc7099

Browse files
committed
v0.5.0
1 parent faaa38a commit dbc7099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.5.0 (unreleased)
1+
## v0.5.0 (Aug 14 2014)
22

33
This release brings a couple of improvements to how cookbook dependencies are
44
resolved, making it possible to use chef-runner as a "general purpose Chef

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import "runtime"
44

55
// The current version of chef-runner.
6-
const Version = "v0.5.0.dev"
6+
const Version = "v0.5.0"
77

88
// The Git version that is being compiled. This string contains tag and commit
99
// information. It will be filled in by the compiler.

0 commit comments

Comments
 (0)