Skip to content

Commit

Permalink
Bump version number for release (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier authored Sep 14, 2020
1 parent fa4af2f commit 7480b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CurrentVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MajorVersion>1</MajorVersion>
<MinorVersion>2</MinorVersion>
<MicroVersion>3</MicroVersion>
<ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->
<ReleaseLevel>final</ReleaseLevel>
<MinorVersion>3</MinorVersion>
<MicroVersion>0</MicroVersion>
<ReleaseLevel>candidate</ReleaseLevel>
<ReleaseSerial>1</ReleaseSerial><!-- this should only be 0 when final -->

<AssemblyRevision>0</AssemblyRevision>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Package/nuget/DynamicLanguageRuntime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>DynamicLanguageRuntime</id>
<title>Dynamic Language Runtime</title>
<version>1.2.0</version>
<version>1.3.0</version>
<authors>DLR Contributors,Microsoft</authors>
<owners>DLR Community</owners>
<projectUrl>http://ironpython.net</projectUrl>
Expand Down

0 comments on commit 7480b9d

Please sign in to comment.