Skip to content

Commit ff1cd36

Browse files
authored
Merge pull request #60 from yyoshiki41/bump/v0.10.0
Bump v0.10.0
2 parents f3eaa11 + c10875e commit ff1cd36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/mitchellh/cli v0.0.0-20180406011036-c54c85e9bd49
1717
github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd
1818
github.com/posener/complete v1.1.1 // indirect
19-
github.com/yyoshiki41/go-radiko v0.6.0
19+
github.com/yyoshiki41/go-radiko v0.7.0
2020
golang.org/x/net v0.0.0-20170517171515-513929065c19 // indirect
2121
golang.org/x/sys v0.0.0-20170721163517-c4489faa6e5a // indirect
2222
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd h1:nEatQ6Jn
2424
github.com/olekukonko/tablewriter v0.0.0-20160923125401-bdcc175572fd/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
2525
github.com/posener/complete v1.1.1 h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=
2626
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
27-
github.com/yyoshiki41/go-radiko v0.6.0 h1:7CXK15v4EHfxw950l0jf9WcoRXqivc7u+K2kP5IR0qE=
28-
github.com/yyoshiki41/go-radiko v0.6.0/go.mod h1:ci7oAybvu56U4p+mLqNPbS4/aoYMUbevs6iZZbKSua8=
27+
github.com/yyoshiki41/go-radiko v0.7.0 h1:U/QwWqETcMRTDHSchSjwrbCjH6vP2S73+6KdMafbfBY=
28+
github.com/yyoshiki41/go-radiko v0.7.0/go.mod h1:ci7oAybvu56U4p+mLqNPbS4/aoYMUbevs6iZZbKSua8=
2929
golang.org/x/net v0.0.0-20170517171515-513929065c19 h1:TOPcoCWURyGUQXxMClANLf83JAG3WdhCk3QuvG8LZ3E=
3030
golang.org/x/net v0.0.0-20170517171515-513929065c19/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
3131
golang.org/x/sys v0.0.0-20170721163517-c4489faa6e5a h1:8KvbXgrIMDssOA6vHwmODQ7KZgoDdlu3fhUPtHXbEEY=

radigo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func init() {
3030
}
3131
}
3232

33-
const version = "v0.9.1"
33+
const version = "v0.10.0"
3434

3535
// Version returns the app version.
3636
func Version() string {

0 commit comments

Comments
 (0)