Now working on 0.18.1 (#3141)

This commit is contained in:
Enrico Giordani
2020-05-19 18:20:35 +02:00
committed by GitHub
parent 067a9cf54d
commit 6801190180
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ namespace Microsoft.PowerLauncher.Telemetry
/// <summary>
/// TODO: This should be replaced by a P/Invoke call to get_product_version
/// </summary>
public string Version => "v0.18.0";
public string Version => "v0.18.1";
public double BootTimeMs { get; set; }