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

Include version for final goxc release

This commit is contained in:
James Hillyerd
2017-12-18 19:15:51 -08:00
parent f4fadd7e44
commit b28e1d86d8

View File

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