Skip to content

Commit

Permalink
version number increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Jun 29, 2023
1 parent e7e5bbe commit 8892475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ve.Direct.InfluxDB.Collector/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static int Main(string[] args)
app.HelpOption();
app.OnExecuteAsync(async cancellationToken =>
{
ConsoleLogger.Init(config.DebugOutput, "2.3.0");
ConsoleLogger.Init(config.DebugOutput, "2.3.5");
ConsoleLogger.Debug($"Current output setting: {config.Output}");

try
Expand Down

0 comments on commit 8892475

Please sign in to comment.