1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-20 02:57:05 +00:00
This commit is contained in:
James Hillyerd
2017-01-29 13:14:27 -08:00
parent a3727ee436
commit 5147865e55
3 changed files with 6 additions and 4 deletions

View File

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