mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Version going to 1.1.0-snapshot, Go 1.5
This commit is contained in:
10
.goxc.json
10
.goxc.json
@@ -4,10 +4,8 @@
|
|||||||
],
|
],
|
||||||
"Arch": "amd64",
|
"Arch": "amd64",
|
||||||
"Os": "darwin freebsd linux windows",
|
"Os": "darwin freebsd linux windows",
|
||||||
"Resources": {
|
"ResourcesInclude": "README*,LICENSE*,inbucket.bat,etc,themes",
|
||||||
"Include": "README*,LICENSE*,inbucket.bat,etc,themes"
|
"PackageVersion": "1.1.0",
|
||||||
},
|
"PrereleaseInfo": "alpha",
|
||||||
"PackageVersion": "1.0",
|
"ConfigVersion": "0.9"
|
||||||
"PrereleaseInfo": "",
|
|
||||||
"FormatVersion": "0.8"
|
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4.2
|
- 1.5
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// Build info, populated during linking by goxc
|
// Build info, populated during linking by goxc
|
||||||
VERSION = "1.0"
|
VERSION = "1.1.0.snapshot"
|
||||||
BUILD_DATE = "undefined"
|
BUILD_DATE = "undefined"
|
||||||
|
|
||||||
// Command line flags
|
// Command line flags
|
||||||
|
|||||||
Reference in New Issue
Block a user