Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from dtan4/prepare-v0.6.0
Browse files Browse the repository at this point in the history
Bump the version to v0.6.0
  • Loading branch information
dtan4 committed Jan 26, 2017
2 parents 32a7439 + 86942cb commit 297780b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [v0.6.0](https://github.com/dtan4/valec/releases/tag/v0.5.6) (2017-01-26)

## Features

- Implement `valec get` command [#56](https://github.com/dtan4/valec/pull/56)

# [v0.5.6](https://github.com/dtan4/valec/releases/tag/v0.5.6) (2017-01-23)

## 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 := valec
VERSION := v0.5.6
VERSION := v0.6.0
REVISION := $(shell git rev-parse --short HEAD)

SRCS := $(shell find . -name '*.go' -type f)
Expand Down

0 comments on commit 297780b

Please sign in to comment.