Skip to content

Commit c571839

Browse files
committed
increase launcher build version
1 parent 2b158a9 commit c571839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type Config struct {
3232
ServerScrapeInterval time.Duration `envconfig:"SERVER_SCRAPE_INTERVAL" required:"false" default:"30m"`
3333
PackageSearchInterval time.Duration `envconfig:"PACKAGE_SEARCH_INTERVAL" required:"false" default:"24h"`
3434
PackageScrapeInterval time.Duration `envconfig:"PACKAGE_SCRAPE_INTERVAL" required:"false" default:"24h"`
35-
LauncherVersion string `envconfig:"LAUNCHER_VERSION" required:"false" default:"4"`
35+
LauncherVersion string `envconfig:"LAUNCHER_VERSION" required:"false" default:"5"`
3636
AuthenticatedAPIKey string `envconfig:"AUTHENTICATED_API_KEY" required:"true"`
3737
}
3838

0 commit comments

Comments
 (0)