diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8a88a7..d65494a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 2.4 * Major feature: Private keys (v3 onion client authentication) replaces passwords and HTTP basic auth -* Updated Tor to TODO +* Updated Tor to 0.4.6.7 on all platforms * Various bug fixes ## 2.3.3 diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index 7208c218..953cd63b 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.4 \ No newline at end of file +2.4.dev1 \ No newline at end of file diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index 79056ada..32c44974 100644 --- a/desktop/pyproject.toml +++ b/desktop/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "OnionShare" bundle = "org.onionshare" -version = "2.4" +version = "2.4.dev1" url = "https://onionshare.org" license = "GPLv3" author = 'Micah Lee'