From 55a223960d569e9918abdb0da38ff98a000fd7ae Mon Sep 17 00:00:00 2001 From: Ani Betts Date: Thu, 20 Aug 2020 15:08:11 +0000 Subject: [PATCH] Version bump to 2.0.0 --- src/Squirrel.nuspec | 2 +- version.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Squirrel.nuspec b/src/Squirrel.nuspec index d0246f5c..26c26ea7 100644 --- a/src/Squirrel.nuspec +++ b/src/Squirrel.nuspec @@ -1,7 +1,7 @@  - 1.9.1 + 2.0.0 GitHub Anaïs Betts https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING diff --git a/version.json b/version.json index 0b53cb1b..6a40cb12 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { - "version": "1.9.2-preview.{height}", + "version": "2.0.0", "publicReleaseRefSpec": [ "^refs/heads/master$" ], "cloudBuild": { "buildNumber": { - "enabled": true + "enabled": false } } }