Skip to content

Commit

Permalink
Bump version to v0.2.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsb authored Aug 12, 2016
1 parent f90c9da commit 6de084d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dogfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description: Build dog binary for current platform
env:
- OUTPUT_PATH=dist/current
- REV=v0.1.0
- REV=v0.2.0
run: |
go build \
-ldflags "-X main.Release=$REV -w" \
Expand All @@ -22,7 +22,7 @@
env:
- XC_ARCH=386 amd64
- XC_OS=linux darwin windows freebsd openbsd solaris
- REV=v0.1.0
- REV=v0.2.0
pre:
- install-build-deps
- clean
Expand All @@ -36,7 +36,7 @@
- task: dist
description: Put all dist binaries in a compressed file
env: REV=v0.1.0
env: REV=v0.2.0
pre: build-all
run: tar zcvf dog-${REV}.tar.gz dist/

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Tools that use Dogfiles are called *dogtools*. Dog is the first dogtool but ther
If you want to help, take a look at:

- Open [bugs][6]
- Lacking features for [v0.2.0][7]
- Lacking features for [v0.3.0][8]
- Our [Code of Conduct][9]

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/joho/godotenv"
)

const version = "v0.1.0"
const version = "v0.2.0"

func main() {
// if .env file exists (in same dir as Dogfile), load values into env
Expand Down

0 comments on commit 6de084d

Please sign in to comment.