Skip to content

Commit

Permalink
Bump version: 0.3.12 → 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Sep 24, 2017
1 parent 8c63f12 commit a359493
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.12
current_version = 0.3.13
commit = True

[bumpversion:file:README.md]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/jkawamoto/roadie.svg?branch=master)](https://travis-ci.org/jkawamoto/roadie)
[![wercker status](https://app.wercker.com/status/6c499024136e7067b86bef4bd07d7f62/s/master "wercker status")](https://app.wercker.com/project/byKey/6c499024136e7067b86bef4bd07d7f62)
[![Go Report](https://goreportcard.com/badge/github.com/jkawamoto/roadie)](https://goreportcard.com/report/github.com/jkawamoto/roadie)
[![Release](https://img.shields.io/badge/release-0.3.12-brightgreen.svg)](https://github.com/jkawamoto/roadie/releases/tag/v0.3.12)
[![Release](https://img.shields.io/badge/release-0.3.13-brightgreen.svg)](https://github.com/jkawamoto/roadie/releases/tag/v0.3.13)
[![Japanese](https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg)](http://qiita.com/jkawamoto/items/751558536a597a33ae2a)

[![Logo](https://jkawamoto.github.io/roadie/img/banner.png)](https://jkawamoto.github.io/roadie/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/README.md
Expand Up @@ -11,7 +11,7 @@ slug: description
[![Build Status](https://travis-ci.org/jkawamoto/roadie.svg?branch=master)](https://travis-ci.org/jkawamoto/roadie)
[![wercker status](https://app.wercker.com/status/6c499024136e7067b86bef4bd07d7f62/s/master "wercker status")](https://app.wercker.com/project/byKey/6c499024136e7067b86bef4bd07d7f62)
[![Go Report](https://goreportcard.com/badge/github.com/jkawamoto/roadie)](https://goreportcard.com/report/github.com/jkawamoto/roadie)
[![Release](https://img.shields.io/badge/release-0.3.12-brightgreen.svg)](https://github.com/jkawamoto/roadie/releases/tag/v0.3.12)
[![Release](https://img.shields.io/badge/release-0.3.13-brightgreen.svg)](https://github.com/jkawamoto/roadie/releases/tag/v0.3.13)
[![Japanese](https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg)](http://qiita.com/jkawamoto/items/751558536a597a33ae2a)

Roadie helps you to upload your source codes to the cloud, create and delete
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -25,7 +25,7 @@ package main
const Name string = "roadie"

// Version defines current version number.
const Version string = "0.3.12"
const Version string = "0.3.13"

// Author defines the author of this program.
const Author string = "Junpei Kawamoto"
Expand Down

0 comments on commit a359493

Please sign in to comment.