Skip to content

Commit

Permalink
version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Nov 19, 2019
1 parent 6c720ba commit 04b1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Core/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static ClientVersion()
string gitHash = File.Exists("git-hash") ? File.ReadAllText("git-hash") : string.Empty;
gitHash = Regex.Match(gitHash, "\\-g(\\w+)").Groups[1].Value;

Description = $"Nethermind/v1.1.8-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
Description = $"Nethermind/v1.1.9-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
}

public static string Description { get; }
Expand Down

0 comments on commit 04b1d05

Please sign in to comment.