Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed May 23, 2018
1 parent 4eca850 commit d6ef4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "4.5",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"nugetPackageVersion":{
"semVer": 2
Expand Down

0 comments on commit d6ef4da

Please sign in to comment.