Skip to content

Commit

Permalink
v0.25: update version.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed May 30, 2018
1 parent 33effc0 commit 5199c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.25.0",
"version": "0.25.2",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches
"^refs/heads/master$", // we release out of master
"^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches
],
"cloudBuild": {
"buildNumber": {
Expand Down

0 comments on commit 5199c83

Please sign in to comment.