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

Release 1.1.0-rc1

This commit is contained in:
James Hillyerd
2016-03-03 21:40:25 -08:00
parent d566da0d86
commit 22eb793f61
3 changed files with 7 additions and 6 deletions

View File

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