Skip to content

Commit

Permalink
Set library version: 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed May 19, 2021
1 parent 3960601 commit 6dcf438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 0.12.1.{build}
version: 0.13.0.{build}

# branches to build
branches:
Expand Down
4 changes: 2 additions & 2 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<LangVersion>7.3</LangVersion>

<Major>0</Major>
<Minor>12</Minor>
<Revision>1</Revision>
<Minor>13</Minor>
<Revision>0</Revision>

<BuildNumber Condition=" '$(APPVEYOR_BUILD_NUMBER)' != '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber>
Expand Down

0 comments on commit 6dcf438

Please sign in to comment.