Skip to content

Commit

Permalink
Bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Oct 20, 2016
1 parent e09dda3 commit c8d42d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [v0.3.1](https://github.com/dtan4/s3url/releases/tag/v0.3.1) (2016-10-21)

## Features

- Add `-h`, `--help` flag to print command line usage
- Add `-v`, `--version` flag to print binary version

# [v0.3.0](https://github.com/dtan4/s3url/releases/tag/v0.3.0) (2016-09-26)

## Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME := s3url
VERSION := v0.3.0
VERSION := v0.3.1
REVISION := $(shell git rev-parse --short HEAD)

LDFLAGS := -ldflags="-s -w -X \"main.Version=$(VERSION)\" -X \"main.Revision=$(REVISION)\""
Expand Down

0 comments on commit c8d42d8

Please sign in to comment.