Skip to content

Commit

Permalink
4.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daleeidd committed Apr 30, 2024
1 parent 29ac9a4 commit 6640a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crest/Assets/Crest/Crest/Scripts/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static class Constants
// 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
// master, then they will be redirected from crest.readthedocs.io/en/4.10 to crest.readthedocs.io/en/latest when
// they land on the 404 page.
public const string HELP_URL_VERSION = "4.20";
public const string HELP_URL_VERSION = "4.20.1";
public const string HELP_URL_BASE = "https://crest.readthedocs.io/en/" + HELP_URL_VERSION + "/";
public const string HELP_URL_BASE_USER = HELP_URL_BASE + "user/";
public const string HELP_URL_GENERAL = HELP_URL_BASE + HELP_URL_RP;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
organization = "Wave Harmonic"
author = f"{organization} & Contributors"
copyright = f"2021, {author}"
version = "4.20"
version = "4.20.1"
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-release
release = version
sponsor_link = "https://github.com/sponsors/wave-harmonic"
Expand Down

0 comments on commit 6640a85

Please sign in to comment.