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

Commit

Permalink
update version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hico-horiuchi committed Mar 4, 2016
1 parent fe7de06 commit be63a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.5.1
VERSION := 0.5.2
GO_BUILDOPT := -ldflags '-s -w -X main.version=$(VERSION)'

gom:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ohgi v0.5.1
## ohgi v0.5.2

[![GoDoc](https://godoc.org/github.com/hico-horiuchi/ohgi/ohgi?status.svg)](https://godoc.org/github.com/hico-horiuchi/ohgi/ohgi) [![Circle CI](https://circleci.com/gh/hico-horiuchi/ohgi.svg?style=shield)](https://circleci.com/gh/hico-horiuchi/ohgi)

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ machine:
timezone:
Asia/Tokyo
environment:
version: v0.5.1
version: v0.5.2
dependencies:
override:
- make gom
Expand Down

0 comments on commit be63a8d

Please sign in to comment.