Skip to content

Commit fd3a328

Browse files
committed
Update Config.cs
1 parent d3864d4 commit fd3a328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Celery/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Celery
77
public static class Config
88
{
99
// Version template: <release type (alpha | beta | release)>.<standard update>.<bug fixes/small changes>
10-
public static readonly Version Version = new("2.0.7");
10+
public static readonly Version Version = new("2.0.9");
1111

1212
// All local folders
1313
public static readonly string ApplicationPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);

0 commit comments

Comments
 (0)