Skip to content

Commit

Permalink
added version to startup log
Browse files Browse the repository at this point in the history
  • Loading branch information
toutas committed Oct 6, 2021
1 parent 6b476f0 commit 7aaaf1a
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 started");
Log.Information("SARotate Version 2.0.1 started");

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

0 comments on commit 7aaaf1a

Please sign in to comment.