Skip to content

Commit

Permalink
Increment minor version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Mar 12, 2018
1 parent 896f337 commit 86cc761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<Description>Swashbuckle (Swagger) Command Line Tools</Description>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<VersionPrefix>2.2.1-beta1</VersionPrefix>
<VersionPrefix>2.3.0-beta1</VersionPrefix>
<OutputType>Exe</OutputType>
<AssemblyName>dotnet-swagger</AssemblyName>
<PackageId>Swashbuckle.AspNetCore.Cli</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.2.1</VersionPrefix>
<VersionPrefix>2.3.0</VersionPrefix>
</PropertyGroup>
</Project>

0 comments on commit 86cc761

Please sign in to comment.