diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index 45674f16..7208c218 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.3.3 \ No newline at end of file +2.4 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index df11ed68..5fcb3867 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ project = "OnionShare" author = copyright = "Micah Lee, et al." -version = release = "2.3.3" +version = release = "2.4" extensions = ["sphinx_rtd_theme"] templates_path = ["_templates"] @@ -16,7 +16,7 @@ languages = [ ("Українська", "uk"), # Ukranian ] -versions = ["2.3", "2.3.1", "2.3.2", "2.3.3"] +versions = ["2.3", "2.3.1", "2.3.2", "2.3.3", "2.4"] html_theme = "sphinx_rtd_theme" html_logo = "_static/logo.png"