Skip to content

Commit

Permalink
Merge pull request #60 from yyoshiki41/bump/v0.10.0
Browse files Browse the repository at this point in the history
Bump v0.10.0
  • Loading branch information
yyoshiki41 authored Dec 5, 2020
2 parents f3eaa11 + c10875e commit ff1cd36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/mitchellh/cli v0.0.0-20180406011036-c54c85e9bd49
github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd
github.com/posener/complete v1.1.1 // indirect
github.com/yyoshiki41/go-radiko v0.6.0
github.com/yyoshiki41/go-radiko v0.7.0
golang.org/x/net v0.0.0-20170517171515-513929065c19 // indirect
golang.org/x/sys v0.0.0-20170721163517-c4489faa6e5a // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd h1:nEatQ6Jn
github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
github.com/posener/complete v1.1.1 h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/yyoshiki41/go-radiko v0.6.0 h1:7CXK15v4EHfxw950l0jf9WcoRXqivc7u+K2kP5IR0qE=
github.com/yyoshiki41/go-radiko v0.6.0/go.mod h1:ci7oAybvu56U4p+mLqNPbS4/aoYMUbevs6iZZbKSua8=
github.com/yyoshiki41/go-radiko v0.7.0 h1:U/QwWqETcMRTDHSchSjwrbCjH6vP2S73+6KdMafbfBY=
github.com/yyoshiki41/go-radiko v0.7.0/go.mod h1:ci7oAybvu56U4p+mLqNPbS4/aoYMUbevs6iZZbKSua8=
golang.org/x/net v0.0.0-20170517171515-513929065c19 h1:TOPcoCWURyGUQXxMClANLf83JAG3WdhCk3QuvG8LZ3E=
golang.org/x/net v0.0.0-20170517171515-513929065c19/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/sys v0.0.0-20170721163517-c4489faa6e5a h1:8KvbXgrIMDssOA6vHwmODQ7KZgoDdlu3fhUPtHXbEEY=
Expand Down
2 changes: 1 addition & 1 deletion radigo.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func init() {
}
}

const version = "v0.9.1"
const version = "v0.10.0"

// Version returns the app version.
func Version() string {
Expand Down

0 comments on commit ff1cd36

Please sign in to comment.