From a709ab84d4b3c14e7aa9038c2c6b05c57a6b007f Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 15 Feb 2019 08:44:52 +0000 Subject: [PATCH] Release 0.26 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 6d9e98151..b0068cfdf 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.26.0-preview.{height}", + "version": "0.26.0", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master "^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches