diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-15 14:22:02 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-15 14:22:02 +0700 |
commit | 273119be09f117bad7a38cc3bc8dc1d7ed20356c (patch) | |
tree | 4a1061d090bdb35f694207c63678f9ff7836eeac | |
parent | Update 2.0.0 release notes (diff) | |
download | BouncyCastle.NET-ed25519-273119be09f117bad7a38cc3bc8dc1d7ed20356c.tar.xz |
Set version to '2.1-beta.{height}'
-rw-r--r-- | version.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.json b/version.json index 98b2ba8bd..91c6fca54 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": "2.0-beta.{height}", + "version": "2.1-beta.{height}", "assemblyVersion": { "precision": "major" }, |