From 5437c0b4eabd9f5aba985366c9be98d35f1e4e22 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 4 May 2014 14:14:34 -0700 Subject: [PATCH] Update version for dev --- packer/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/version.go b/packer/version.go index 0758435dd..94582624c 100644 --- a/packer/version.go +++ b/packer/version.go @@ -10,12 +10,12 @@ import ( var GitCommit string // The version of packer. -const Version = "0.6.0" +const Version = "0.6.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