From b28e1d86d8ba39deebf0ddfcf14250cbc80afb9b Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Mon, 18 Dec 2017 19:15:51 -0800 Subject: [PATCH] Include version for final goxc release --- inbucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbucket.go b/inbucket.go index 5d1c5ac..59a22b2 100644 --- a/inbucket.go +++ b/inbucket.go @@ -24,7 +24,7 @@ import ( var ( // version contains the build version number, populated during linking - version = "undefined" + version = "1.2.0-rc2" // date contains the build date, populated during linking date = "undefined"