Skip to content
Snippets Groups Projects
Commit f626ea98 authored by Tamer Tas's avatar Tamer Tas
Browse files

release: v0.3.0

parent 6b3cf465
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ sudo: false
matrix:
include:
- go: 1.7
env: VERSION=0.2.0
env: VERSION=0.3.0
before_deploy:
- GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build boilr.go && tar czvf boilr-$VERSION-linux_amd64.tgz boilr
......
......@@ -5,7 +5,7 @@ Boilr
<br>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
......
......@@ -2,8 +2,8 @@
set -u
[[ "$@" =~ --pre ]] && version=0.2.0 pre=1 ||
version=0.2.0 pre=0
[[ "$@" =~ --pre ]] && version=0.3.0 pre=1 ||
version=0.3.0 pre=0
# If stdin is a tty, we are "interactive".
interactive=
......
......@@ -16,7 +16,7 @@ const (
AppName = "boilr"
// Version of the application
Version = "0.2.0"
Version = "0.3.0"
// ConfigDirPath is the configuration directory of the application
ConfigDirPath = ".config/boilr"
......
......@@ -11,7 +11,7 @@ releases [here](https://github.com/tmrts/boilr/releases). Grab the one the suits
your architecture and operating system and start using it.
# Building from Source
Make sure you have setup a Go >=1.6 development environment and the `GOPATH`
Make sure you have setup a Go >= 1.7 development environment and the `GOPATH`
environment variable is configured
(see [official docs](https://golang.org/doc/code.html#GOPATH) for instructions)
and your `PATH` includes `$GOPATH/bin`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment