Skip to content

Commit

Permalink
rc14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Jun 30, 2019
1 parent f06e7a5 commit 8e94139
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-rc13dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
Description = $"Nethermind/v1.0.0-rc14dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
}

public static string Description { get; }
Expand Down

0 comments on commit 8e94139

Please sign in to comment.