Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Apr 6, 2023
1 parent 43ee5d3 commit 223d77f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.2
current_version = 0.6.3
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 @@ -3,7 +3,7 @@
[![CircleCI](https://circleci.com/gh/jkawamoto/go-pixeldrain.svg?style=svg)](https://circleci.com/gh/jkawamoto/go-pixeldrain)
[![Go Reference](https://pkg.go.dev/badge/github.com/jkawamoto/go-pixeldrain.svg)](https://pkg.go.dev/github.com/jkawamoto/go-pixeldrain)
[![codecov](https://codecov.io/gh/jkawamoto/go-pixeldrain/branch/master/graph/badge.svg?token=ppX3MVIqWA)](https://codecov.io/gh/jkawamoto/go-pixeldrain)
[![Release](https://img.shields.io/badge/release-0.6.2-brightgreen.svg)](https://github.com/jkawamoto/go-pixeldrain/releases/tag/v0.6.2)
[![Release](https://img.shields.io/badge/release-0.6.3-brightgreen.svg)](https://github.com/jkawamoto/go-pixeldrain/releases/tag/v0.6.3)


## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/pd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// Name defines the basename of this program.
Name = "pd"
// Version defines current version number.
Version = "0.6.2"
Version = "0.6.3"
)

// commandNotFound shows error message and exit when a given command is not found.
Expand Down

0 comments on commit 223d77f

Please sign in to comment.