File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
3
3
matrix :
4
4
include :
5
5
- go : 1.7
6
- env : VERSION=0.2 .0
6
+ env : VERSION=0.3 .0
7
7
8
8
before_deploy :
9
9
- GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build boilr.go && tar czvf boilr-$VERSION-linux_amd64.tgz boilr
Original file line number Diff line number Diff line change 5
5
<br >
6
6
<a href =" http://travis-ci.org/tmrts/boilr " ><img alt =" Build Status " src =" https://img.shields.io/travis/tmrts/boilr.svg?style=flat-square " /></a >
7
7
<a href =" https://github.com/tmrts/boilr/blob/master/LICENSE " ><img alt =" License " src =" https://img.shields.io/badge/license-Apache%20License%202.0-E91E63.svg?style=flat-square " /></a >
8
- <a href =" https://github.com/tmrts/boilr/releases " ><img alt =" Release Version " src =" https://img.shields.io/badge/release-v0.2 .0-blue.svg?style=flat-square " /></a >
8
+ <a href =" https://github.com/tmrts/boilr/releases " ><img alt =" Release Version " src =" https://img.shields.io/badge/release-v0.3 .0-blue.svg?style=flat-square " /></a >
9
9
<a href =" http://goreportcard.com/report/tmrts/boilr " ><img alt =" Code Quality " src =" https://img.shields.io/badge/report%20card-A%2B-F44336.svg?style=flat-square " /></a >
10
10
<a href =" https://godoc.org/github.com/tmrts/boilr " ><img alt =" Documentation " src =" https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square " /></a >
11
11
<a href =" https://gitter.im/tmrts/boilr " ><img alt =" Chat Room " src =" https://img.shields.io/badge/chat-on%20gitter-00BCD4.svg?style=flat-square " /></a >
Original file line number Diff line number Diff line change 2
2
3
3
set -u
4
4
5
- [[ " $@ " =~ --pre ]] && version=0.2 .0 pre=1 ||
6
- version=0.2 .0 pre=0
5
+ [[ " $@ " =~ --pre ]] && version=0.3 .0 pre=1 ||
6
+ version=0.3 .0 pre=0
7
7
8
8
# If stdin is a tty, we are "interactive".
9
9
interactive=
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const (
16
16
AppName = "boilr"
17
17
18
18
// Version of the application
19
- Version = "0.2 .0"
19
+ Version = "0.3 .0"
20
20
21
21
// ConfigDirPath is the configuration directory of the application
22
22
ConfigDirPath = ".config/boilr"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ releases [here](https://github.com/tmrts/boilr/releases). Grab the one the suits
11
11
your architecture and operating system and start using it.
12
12
13
13
# Building from Source
14
- Make sure you have setup a Go >=1.6 development environment and the ` GOPATH `
14
+ Make sure you have setup a Go >= 1.7 development environment and the ` GOPATH `
15
15
environment variable is configured
16
16
(see [ official docs] ( https://golang.org/doc/code.html#GOPATH ) for instructions)
17
17
and your ` PATH ` includes ` $GOPATH/bin ` .
You can’t perform that action at this time.
0 commit comments