Skip to content

Commit

Permalink
Bump version to v3.1.0 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed May 17, 2022
1 parent 4c04630 commit 511deaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for:
- ps: dotnet restore SmartFormat.sln --verbosity quiet
- ps: dotnet add .\SmartFormat.Tests\SmartFormat.Tests.csproj package AltCover
- ps: |
$version = "3.0.0"
$version = "3.1.0"
$versionFile = $version + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
Expand Down

0 comments on commit 511deaa

Please sign in to comment.