From 7173a4b9d35cd4a297107b6134471f310a7a2aba Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 19 Jun 2022 23:36:08 -0400 Subject: Version bump to 2.6.dev1 --- cli/onionshare_cli/resources/version.txt | 2 +- cli/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index 68151b2e..2a15fcc8 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.5 \ No newline at end of file +2.6.dev1 \ No newline at end of file diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 5ddaf565..1983cf59 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onionshare_cli" -version = "2.5" +version = "2.6" description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service." authors = ["Micah Lee "] license = "GPLv3+" -- cgit v1.2.3-54-g00ecf