From 4abc599cd73c8b41d442f5c3b6396da1b869a400 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Jun 2013 10:33:16 -0400 Subject: [PATCH] Up the version to 0.1.0 --- packer/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/version.go b/packer/version.go index a0b365d28..1bbec20f7 100644 --- a/packer/version.go +++ b/packer/version.go @@ -11,7 +11,7 @@ const Version = "0.1.0" // 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