From e72c5c4b920f1b91daac504161234cca399844b4 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 25 Aug 2015 22:14:54 -0700 Subject: [PATCH] Version going to 1.1.0-snapshot, Go 1.5 --- .goxc.json | 12 +++++------- .travis.yml | 2 +- inbucket.go | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.goxc.json b/.goxc.json index 8287054..989f65f 100644 --- a/.goxc.json +++ b/.goxc.json @@ -4,10 +4,8 @@ ], "Arch": "amd64", "Os": "darwin freebsd linux windows", - "Resources": { - "Include": "README*,LICENSE*,inbucket.bat,etc,themes" - }, - "PackageVersion": "1.0", - "PrereleaseInfo": "", - "FormatVersion": "0.8" -} + "ResourcesInclude": "README*,LICENSE*,inbucket.bat,etc,themes", + "PackageVersion": "1.1.0", + "PrereleaseInfo": "alpha", + "ConfigVersion": "0.9" +} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index eacde66..d0598d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.4.2 + - 1.5 - tip install: diff --git a/inbucket.go b/inbucket.go index c79e049..9751729 100644 --- a/inbucket.go +++ b/inbucket.go @@ -22,7 +22,7 @@ import ( var ( // Build info, populated during linking by goxc - VERSION = "1.0" + VERSION = "1.1.0.snapshot" BUILD_DATE = "undefined" // Command line flags