Bump version to 1.0.0

This commit is contained in:
Qstick
2022-12-20 09:13:44 -06:00
parent 3b26613394
commit 45dbcc6b89
3 changed files with 2 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ namespace NzbDrone.Core.Configuration
public bool AnalyticsEnabled => GetValueBoolean("AnalyticsEnabled", true, persist: false);
// TODO: Change back to "master" for the first stable release.
public string Branch => GetValue("Branch", "develop").ToLowerInvariant();
public string Branch => GetValue("Branch", "master").ToLowerInvariant();
public string LogLevel => GetValue("LogLevel", "info").ToLowerInvariant();
public string ConsoleLogLevel => GetValue("ConsoleLogLevel", string.Empty, persist: false);