Skip to content

Commit fa914e5

Browse files
committed
version 1.0.4
1 parent 591c756 commit fa914e5

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

4343
public static string Description { get; }

0 commit comments

Comments
 (0)