Skip to content

Commit

Permalink
chore(all): make version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienfr committed Jul 13, 2016
1 parent 05df4df commit 906d614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.0.3 [unreleased]
## v0.0.3 [16/07/13]
- 16/07/07 chore(vendor): update codegansta vendor to urfave (SFR)
chore(docker): update Go version to 1.6 in Docker deployment
chore(build): add travis build support
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export GO15VENDOREXPERIMENT=1
# -----------------------------------------------------------------

# version
VERSION=0.0.3-SNAPSHOT
VERSION=0.0.3
BUILDDATE=$(shell date -u '+%s')
BUILDHASH=$(shell git rev-parse --short HEAD)
VERSION_FLAG=-ldflags "-X main.Version=$(VERSION) -X main.GitHash=$(BUILDHASH) -X main.BuildStmp=$(BUILDDATE)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#HANDSONGO
[![Build Status](https://travis-ci.org/sebastienfr/handsongo.svg?branch=develop)](https://travis-ci.org/sebastienfr/handsongo)
[![Build Status](https://travis-ci.org/sebastienfr/handsongo.svg?branch=master)](https://travis-ci.org/sebastienfr/handsongo)
[![GoDoc](https://godoc.org/github.com/sebastienfr/handsongo?status.svg)](https://godoc.org/github.com/sebastienfr/handsongo)
[![codebeat badge](https://codebeat.co/badges/4c43152a-e6f8-4781-b1b4-9f5c9c040c00)](https://codebeat.co/projects/github-com-sebastienfr-handsongo)
[![Software License](http://img.shields.io/badge/license-APACHE2-blue.svg)](https://github.com/sebastienfr/handsongo/blob/master/LICENSE)
Expand Down

0 comments on commit 906d614

Please sign in to comment.