Skip to content

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Mar 18, 2019
1 parent 151ddb6 commit 167dba6
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/v0.9.6-dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
Description = $"Nethermind/v0.9.6-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
}

// public static readonly string Description = $"Nethermind/v0.9.0-eth63test/{RuntimeInformation.OSArchitecture}-{RuntimeInformation.OSDescription.Trim().Replace(" ", "_")}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
Expand Down

0 comments on commit 167dba6

Please sign in to comment.