Skip to content

Commit 47c4e5e

Browse files
committed
0.9.9
1 parent 5b0813f commit 47c4e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Core/Version.cs

+1-1
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.9-dev-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
40+
Description = $"Nethermind/v0.9.9-{gitHash}/{RuntimeInformation.OSArchitecture}-{osDescription}/{RuntimeInformation.FrameworkDescription.Trim().Replace(".NET ", "").Replace(" ", "")}";
4141
}
4242

4343
public static string Description { get; }

0 commit comments

Comments
 (0)