Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toutas committed Nov 22, 2021
1 parent c22bbc4 commit 7aeace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static async Task Main(string[] args)

using IHost host = CreateHostBuilder(args, cts).Build();

Log.Information("SARotate Version 2.0.1 started");
Log.Information("SARotate Version 2.0.2 started");

await host.RunAsync(cts.Token);
Log.CloseAndFlush();
Expand Down

0 comments on commit 7aeace8

Please sign in to comment.