Skip to content

Commit

Permalink
Bump app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Dec 23, 2020
1 parent 3abc49e commit bf884d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-api",
Version: "0.6.0",
Version: "0.7.0",
Usage: "Trandoshan API component",
Flags: []cli.Flag{
logging.GetLogFlag(),
Expand Down
2 changes: 1 addition & 1 deletion internal/archiver/archiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-archiver",
Version: "0.6.0",
Version: "0.7.0",
Usage: "Trandoshan archiver component",
Flags: []cli.Flag{
logging.GetLogFlag(),
Expand Down
2 changes: 1 addition & 1 deletion internal/crawler/crawler.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const defaultUserAgent = "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-crawler",
Version: "0.6.0",
Version: "0.7.0",
Usage: "Trandoshan crawler component",
Flags: []cli.Flag{
logging.GetLogFlag(),
Expand Down
2 changes: 1 addition & 1 deletion internal/extractor/extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-extractor",
Version: "0.6.0",
Version: "0.7.0",
Usage: "Trandoshan extractor component",
Flags: []cli.Flag{
logging.GetLogFlag(),
Expand Down
2 changes: 1 addition & 1 deletion internal/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-scheduler",
Version: "0.6.0",
Version: "0.7.0",
Usage: "Trandoshan scheduler component",
Flags: []cli.Flag{
logging.GetLogFlag(),
Expand Down
2 changes: 1 addition & 1 deletion internal/trandoshanctl/trandoshanctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func GetApp() *cli.App {

return &cli.App{
Name: "trandoshanctl",
Version: "0.6.0",
Version: "0.7.0",
Usage: "Trandoshan CLI",
Flags: []cli.Flag{
logging.GetLogFlag(),
Expand Down

0 comments on commit bf884d1

Please sign in to comment.