Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jun 29, 2013
1 parent 377f7ba commit 2d1cc53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.2 (unreleased)
## 0.1.2 (June 29, 2013)

IMPROVEMENTS:

Expand Down
4 changes: 2 additions & 2 deletions packer/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
)

// The version of packer.
const Version = "0.1.2"
const Version = "0.1.3"

// 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 = "dev"
const VersionPrerelease = ""

type versionCommand byte

Expand Down

0 comments on commit 2d1cc53

Please sign in to comment.