1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-23 12:37:07 +00:00

Prep for 1.1.0-rc2

This commit is contained in:
James Hillyerd
2016-03-06 16:47:19 -08:00
parent f16debebbf
commit 470ef9b496
3 changed files with 16 additions and 7 deletions

View File

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