From f454c58c573b5256b5e6291aa4591305113ed580 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 10 Sep 2021 13:38:00 -0700 Subject: Change version to 2.4.dev1, to make a dev release --- CHANGELOG.md | 2 +- cli/onionshare_cli/resources/version.txt | 2 +- desktop/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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' -- cgit v1.2.3-54-g00ecf