Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.4.4 → 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jun 19, 2017
1 parent 679ec34 commit 207c672
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.4
current_version = 0.4.5
commit = True

[bumpversion:file:README.md]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
[![Build Status](https://travis-ci.org/jkawamoto/loci.svg?branch=master)](https://travis-ci.org/jkawamoto/loci)
[![wercker status](https://app.wercker.com/status/25b462a013ed96bf51254862938e7659/s/master "wercker status")](https://app.wercker.com/project/byKey/25b462a013ed96bf51254862938e7659)
[![Release](https://img.shields.io/badge/release-0.4.4-brightgreen.svg)](https://github.com/jkawamoto/loci/releases/tag/v0.4.4)
[![Release](https://img.shields.io/badge/release-0.4.5-brightgreen.svg)](https://github.com/jkawamoto/loci/releases/tag/v0.4.5)
[![Japanese](https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg)](http://qiita.com/jkawamoto/items/a409dd9cd6e63034aa28)

[![Loci Logo](https://jkawamoto.github.io/loci/img/image.png)](https://jkawamoto.github.io/loci/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: readme
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./info/licenses/)
[![Build Status](https://travis-ci.org/jkawamoto/loci.svg?branch=master)](https://travis-ci.org/jkawamoto/loci)
[![wercker status](https://app.wercker.com/status/25b462a013ed96bf51254862938e7659/s/master "wercker status")](https://app.wercker.com/project/byKey/25b462a013ed96bf51254862938e7659)
[![Release](https://img.shields.io/badge/release-0.4.4-brightgreen.svg)](https://github.com/jkawamoto/loci/releases/tag/v0.4.4)
[![Release](https://img.shields.io/badge/release-0.4.5-brightgreen.svg)](https://github.com/jkawamoto/loci/releases/tag/v0.4.5)
[![Japanese](https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg)](http://qiita.com/jkawamoto/items/a409dd9cd6e63034aa28)

Loci runs CI tests locally to make sure your commits will pass such tests
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const (
// Name defines the name of this command.
Name string = "loci"
// Version defines version number.
Version string = "0.4.4"
Version string = "0.4.5"
)

0 comments on commit 207c672

Please sign in to comment.