version bump for next release

This commit is contained in:
mx
2023-04-24 17:10:41 +02:00
parent 6fecc53975
commit 45c013350f
2 changed files with 8 additions and 8 deletions
+4 -5
View File
@@ -48,11 +48,10 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
# https://gitlab.com/tglman/mdbook-variables/
[preprocessor.variables.variables]
# code prerequisites versions
minimum_rust_version = "1.66"
# minimum_node_version = ""
# nym platform code most recent release
platform_release_version = "v1.1.15"
platform_release_version = "v1.1.16"
upcoming_platform_release_version = "v1.1.17" # to use when adding 'edit on github' plugin
mix_node_release_version = "v1.1.17"
#
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
+4 -3
View File
@@ -1,5 +1,5 @@
[book]
title = "Nym Docs v1.1.15"
title = "Nym Docs v1.1.16"
authors = ["Max Hampshire"]
description = "Nym technical documentation"
language = "en"
@@ -48,8 +48,9 @@ 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.15"
mix_node_release_version = "v1.1.16"
platform_release_version = "v1.1.16"
upcoming_platform_release_version = "v1.1.17" # to use in 'edit page on github' plugin (coming soon)
mix_node_release_version = "v1.1.17"
# used by the cmdrun preprocessor - relative path from inside src/<dir>
# binaries_path = '../../../../target/release/'