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 37744d1 commit 31cb81bCopy full SHA for 31cb81b
1 file changed
src/Nethermind/Directory.Build.props
@@ -5,8 +5,8 @@
5
<PropertyGroup Label="ProductInfo">
6
<SourceDateEpoch>$(SOURCE_DATE_EPOCH)</SourceDateEpoch>
7
<SourceDateEpoch Condition="'$(SourceDateEpoch)' == ''">$([System.DateTimeOffset]::UtcNow.ToUnixTimeSeconds())</SourceDateEpoch>
8
- <VersionPrefix>1.37.0</VersionPrefix>
9
- <VersionSuffix>unstable</VersionSuffix>
+ <VersionPrefix>1.36.0</VersionPrefix>
+ <VersionSuffix></VersionSuffix>
10
</PropertyGroup>
11
12
<ItemGroup Label="AssemblyCustomMetadata">
0 commit comments