File tree Expand file tree Collapse file tree
crest/Assets/Crest/Crest/Scripts Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 2222organization = "Wave Harmonic"
2323author = f"{ organization } & Contributors"
2424copyright = 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
2727release = version
2828sponsor_link = "https://github.com/sponsors/wave-harmonic"
You can’t perform that action at this time.
0 commit comments