From 001eed08b43255a2003454e1a0233475966bf914 Mon Sep 17 00:00:00 2001 From: Marc Schier Date: Thu, 31 Aug 2023 18:12:47 +0200 Subject: [PATCH] Set version to 2.9.1 --- readme.md | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f88835f9a4..6819343738 100644 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ Our releases are tagged following semantic versioning (“semver”) conventions |--------------------|--------------------|----------------|-----------------------|---------------------| | Industrial IoT 2.8 | [2.8.6](https://github.com/Azure/Industrial-IoT/tree/release/2.8.6) | 7/15/2023 | OPC Publisher 2.9 | [Migration Path](docs/opc-publisher/migrationpath.md) | | OPC Publisher 2.8 | [2.8.7](https://github.com/Azure/Industrial-IoT/tree/release/2.8.7) | 10/15/2023 | OPC Publisher 2.9 | N/A | -| OPC Publisher 2.9 | [2.9.0](https://github.com/Azure/Industrial-IoT/tree/release/2.9.0) | TBA | TBA | [Migration Path](docs/opc-publisher/migrationpath.md) | +| OPC Publisher 2.9 | [2.9.1](https://github.com/Azure/Industrial-IoT/tree/release/2.9.1) | TBA | TBA | [Migration Path](docs/opc-publisher/migrationpath.md) | We only support the latest patch version of a release which per semantic versioning convention is identified by the 3rd part of the version string. Preview releases are only supported through GitHub issues. diff --git a/version.json b/version.json index 718417dc8b..e1d473abd6 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": "2.9.1-rc.{height}", + "version": "2.9.1", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/release/\\d+\\.\\d+\\.\\d+"