Skip to content

Commit 167dba6

Browse files
committed
0.9.6
1 parent 151ddb6 commit 167dba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Core/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static ClientVersion()
3737
string gitHash = File.Exists("git-hash") ? File.ReadAllText("git-hash") : string.Empty;
3838
gitHash = Regex.Match(gitHash, "\\-g(\\w+)").Groups[1].Value;
3939

40-
Description = $"Nethermind/v0.9.6-dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
40+
Description = $"Nethermind/v0.9.6-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
4141
}
4242

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

0 commit comments

Comments
 (0)