Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caetera committed Oct 14, 2024
1 parent 43b8e2c commit 290a650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class MainClass
private static readonly ILog Log =
LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);

public const string Version = "1.4.4";
public const string Version = "1.4.5";
public static void Main(string[] args)
{
// Set Invariant culture as default for all further processing
Expand Down

0 comments on commit 290a650

Please sign in to comment.