Skip to content

Commit 5947b1b

Browse files
committed
Update AppConfig.cs
1 parent 0079e9c commit 5947b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/Tools/Common/AppConfig.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace TvTime.Common;
55
public class AppConfig : NotifiyingJsonSettings, IVersionable
66
{
7-
[EnforcedVersion("4.0.0.0")]
8-
public virtual Version Version { get; set; } = new Version(4, 0, 0, 0);
7+
[EnforcedVersion("4.4.0.0")]
8+
public virtual Version Version { get; set; } = new Version(4, 4, 0, 0);
99
public override string FileName { get; set; } = Constants.AppConfigPath;
1010

1111
private ObservableCollection<string> _SubtitleLanguagesCollection = new();

0 commit comments

Comments
 (0)