We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd0f9e commit cda59e5Copy full SHA for cda59e5
src/Nethermind/Directory.Build.props
@@ -5,7 +5,7 @@
5
<PropertyGroup Label="ProductInfo">
6
<BuildTimestamp Condition="'$(BuildTimestamp)' == ''">$([System.DateTimeOffset]::UtcNow.ToUnixTimeSeconds())</BuildTimestamp>
7
<SourceRevisionId Condition="'$(Commit)' != ''">$(Commit)</SourceRevisionId>
8
- <VersionPrefix>1.33.0</VersionPrefix>
+ <VersionPrefix>1.33.1</VersionPrefix>
9
<VersionSuffix></VersionSuffix>
10
</PropertyGroup>
11
0 commit comments