Skip to content

Commit

Permalink
ship v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Jun 26, 2019
1 parent 052f373 commit d7b7022
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO=go
NAME := rrh
VERSION := 1.0.0
VERSION := 1.0.1
REVISION := $(shell git rev-parse --short HEAD)
LDFLAGS := -X 'main.version=$(VERSION)'
-X 'main.revision=$(REVISION)'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![codebeat badge](https://codebeat.co/badges/15e04551-d448-4ad3-be1d-e98b1e586f1a)](https://codebeat.co/projects/github-com-tamada-rrh-master)
[![go report](https://goreportcard.com/badge/github.com/tamada/rrh)](https://goreportcard.com/report/github.com/tamada/rrh)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/tamada/rrh/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.0.0-yellowgreen.svg)](https://github.com/tamada/rrh/releases/tag/v1.0.0)
[![Version](https://img.shields.io/badge/Version-1.0.1-yellowgreen.svg)](https://github.com/tamada/rrh/releases/tag/v1.0.1)

# RRH

Expand Down
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: RRH
[![codebeat badge](https://codebeat.co/badges/15e04551-d448-4ad3-be1d-e98b1e586f1a)](https://codebeat.co/projects/github-com-tamada-rrh-master)
[![go report](https://goreportcard.com/badge/github.com/tamada/rrh)](https://goreportcard.com/report/github.com/tamada/rrh)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/tamada/rrh/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.0.0-yellowgreen.svg)](https://github.com/tamada/rrh/releases/tag/v1.0.0)
[![Version](https://img.shields.io/badge/Version-1.0.1-yellowgreen.svg)](https://github.com/tamada/rrh/releases/tag/v1.0.1)

RRH is a simple git repository manager.

Expand Down
2 changes: 1 addition & 1 deletion internal/messages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ func ExampleVersionCommand_Run() {
var command, _ = VersionCommandFactory()
command.Run([]string{})
// Output:
// rrh version 1.0.0
// rrh version 1.0.1
}
2 changes: 1 addition & 1 deletion lib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
/*
VERSION shows the version of RRH.
*/
const VERSION = "1.0.0"
const VERSION = "1.0.1"

/*
The environment variable names.
Expand Down

0 comments on commit d7b7022

Please sign in to comment.