1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-22 03:57:02 +00:00

Prepare release 1.2.0-rc2

This commit is contained in:
James Hillyerd
2017-12-15 20:34:27 -08:00
parent f597687aa3
commit 1efe2ba48f
3 changed files with 7 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ import (
var (
// VERSION contains the build version number, populated during linking by goxc
VERSION = "1.2.0-rc1"
VERSION = "1.2.0-rc2"
// BUILDDATE contains the build date, populated during linking by goxc
BUILDDATE = "undefined"