Skip to content

Commit

Permalink
[skip CI] version 1.0rc18
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Jul 11, 2019
1 parent 06e400f commit 4fd0ea6
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.0.0-rc17dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
Description = $"Nethermind/v1.0.0-rc18dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
}

public static string Description { get; }
Expand Down

0 comments on commit 4fd0ea6

Please sign in to comment.