Skip to content

Commit

Permalink
version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Sep 20, 2019
1 parent 57424a5 commit 9328cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
Description = $"Nethermind/v1.0.6-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
}

public static string Description { get; }
Expand Down
2 changes: 1 addition & 1 deletion src/tests
Submodule tests updated 1 files
+18 −81 README.md

0 comments on commit 9328cdd

Please sign in to comment.