From 67a945a15faff6e2ba5edad86e73f2e0065fff87 Mon Sep 17 00:00:00 2001 From: mx Date: Mon, 12 Jun 2023 13:45:49 +0200 Subject: [PATCH] version bump for variables --- documentation/dev-portal/book.toml | 2 +- documentation/docs/book.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-portal/book.toml b/documentation/dev-portal/book.toml index 3c17fcc1cf..3f79b96a6e 100644 --- a/documentation/dev-portal/book.toml +++ b/documentation/dev-portal/book.toml @@ -50,7 +50,7 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` # code prerequisites versions minimum_rust_version = "1.66" # TODO remove this in place of develop in next release -platform_release_version = "v1.1.20" +platform_release_version = "v1.1.21" [preprocessor.last-changed] command = "mdbook-last-changed" diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index bb62e9998e..c27cde717e 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -50,7 +50,7 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` minimum_rust_version = "1.66" # old variables - this is still needed for links.. TODO change to develop? -platform_release_version = "v1.1.20" +platform_release_version = "v1.1.21" [preprocessor.last-changed] command = "mdbook-last-changed"