Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed May 23, 2020
1 parent 52cc7ba commit 27bb735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion lib/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
func New() *ucli.App {
app := &ucli.App{
Name: "github-stats",
Version: "0.0.2",
Version: "0.0.3",
Usage: "Get the total visit stats of your GitHub repositories",
UsageText: "github-stats [global options]",
Authors: []*ucli.Author{
Expand Down

0 comments on commit 27bb735

Please sign in to comment.