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

Prep for 1.1.0

This commit is contained in:
James Hillyerd
2016-09-03 11:18:37 -07:00
parent ebde99949e
commit 6d2c2c8dad
3 changed files with 24 additions and 4 deletions

View File

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