From 6dbe8205d6771d7c4058fb7fa334b4eae6f0598c Mon Sep 17 00:00:00 2001 From: mx Date: Tue, 18 Apr 2023 11:14:29 +0200 Subject: [PATCH] updated version var in book.toml --- documentation/docs/book.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/docs/book.toml b/documentation/docs/book.toml index e769ba1d81..89e3244c41 100644 --- a/documentation/docs/book.toml +++ b/documentation/docs/book.toml @@ -1,5 +1,5 @@ [book] -title = "Nym Docs v1.1.14" +title = "Nym Docs v1.1.15" authors = ["Max Hampshire"] description = "Nym technical documentation" language = "en" @@ -48,8 +48,8 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install` # https://gitlab.com/tglman/mdbook-variables/ [preprocessor.variables.variables] minimum_rust_version = "1.66" -platform_release_version = "v1.1.14" -mix_node_release_version = "v1.1.15" +platform_release_version = "v1.1.15" +mix_node_release_version = "v1.1.16" # used by the cmdrun preprocessor - relative path from inside src/ # binaries_path = '../../../../target/release/'