Skip to content

Commit

Permalink
up version for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 31, 2013
1 parent ae66764 commit 8dfb784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1 (unreleased)



## 0.5.0 (12/30/2013)

BACKWARDS INCOMPATIBILITIES:
Expand Down
4 changes: 2 additions & 2 deletions packer/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import (
var GitCommit string

// The version of packer.
const Version = "0.5.0"
const Version = "0.5.1"

// Any pre-release marker for the version. If this is "" (empty string),
// then it means that it is a final release. Otherwise, this is the
// pre-release marker.
const VersionPrerelease = ""
const VersionPrerelease = "dev"

type versionCommand byte

Expand Down

0 comments on commit 8dfb784

Please sign in to comment.