From 2a351b7f2212fd209f1d41623c35d5a17407f253 Mon Sep 17 00:00:00 2001 From: Joao Matos Date: Wed, 18 Oct 2023 16:03:36 +0100 Subject: [PATCH] Update our version to 1.1. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 0ea35b1b..2bb9c8af 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0", + "version": "1.1", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/tags/v\\d\\.\\d"