Skip to content

Commit 69f686a

Browse files
committed
4.21.4
1 parent 36d027b commit 69f686a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crest/Assets/Crest/Crest/Scripts/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static class Constants
2929
// For example, if 4.9 was just released, so we change HELP_URL_VERSION from 4.9 to 4.10. If a user is using
3030
// master, then they will be redirected from crest.readthedocs.io/en/4.10 to crest.readthedocs.io/en/latest when
3131
// they land on the 404 page.
32-
public const string HELP_URL_VERSION = "4.21.3";
32+
public const string HELP_URL_VERSION = "4.21.4";
3333
public const string HELP_URL_BASE = "https://crest.readthedocs.io/en/" + HELP_URL_VERSION + "/";
3434
public const string HELP_URL_BASE_USER = HELP_URL_BASE + "user/";
3535
public const string HELP_URL_GENERAL = HELP_URL_BASE + HELP_URL_RP;

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
organization = "Wave Harmonic"
2323
author = f"{organization} & Contributors"
2424
copyright = f"2021, {author}"
25-
version = "4.21.3"
25+
version = "4.21.4"
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-release
2727
release = version
2828
sponsor_link = "https://github.com/sponsors/wave-harmonic"

0 commit comments

Comments
 (0)