Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Oct 26, 2020
1 parent 30c49e3 commit c752eb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-api",
Version: "0.5.0",
Version: "0.5.1",
Usage: "Trandoshan API 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 @@ -21,7 +21,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.5.0",
Version: "0.5.1",
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 @@ -24,7 +24,7 @@ var (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-extractor",
Version: "0.5.0",
Version: "0.5.1",
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 @@ -19,7 +19,7 @@ import (
func GetApp() *cli.App {
return &cli.App{
Name: "tdsh-scheduler",
Version: "0.5.0",
Version: "0.5.1",
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 @@ -23,7 +23,7 @@ func GetApp() *cli.App {

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

0 comments on commit c752eb9

Please sign in to comment.