Skip to content

Commit

Permalink
Merge pull request #8 from fukata/release/v0.1.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
fukata authored Apr 3, 2022
2 parents 7185a11 + 03ce75c commit cb25df2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.1 (2022-04-03)

- #4 Github Actionsへ移行しました。

## 0.1.0 (2022-04-03)

- 0.0.6でビルドが出来ない問題を修正しました。
Expand Down
4 changes: 3 additions & 1 deletion ghoto.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ type Option struct {
Verbose bool
}

const VERSION = "0.1.1"

func main() {
app := &cli.App{
UseShortOptionHandling: true,
Name: "ghoto",
Version: "0.1.0",
Version: VERSION,
Compiled: time.Now(),
Authors: []*cli.Author{
&cli.Author{
Expand Down

0 comments on commit cb25df2

Please sign in to comment.