We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3864d4 commit fd3a328Copy full SHA for fd3a328
Celery/Config.cs
@@ -7,7 +7,7 @@ namespace Celery
7
public static class Config
8
{
9
// Version template: <release type (alpha | beta | release)>.<standard update>.<bug fixes/small changes>
10
- public static readonly Version Version = new("2.0.7");
+ public static readonly Version Version = new("2.0.9");
11
12
// All local folders
13
public static readonly string ApplicationPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
0 commit comments