summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-22 13:03:08 -0700
committerMicah Lee <micah@micahflee.com>2019-09-22 13:03:08 -0700
commit06ad2ad07317b0276ad8da2ae66aef921514e143 (patch)
tree17a1c5ab7524ae722788fc60b616b0f639357fa5 /install
parente2b6eecf3488aa02747e25dc886837226719913d (diff)
downloadonionshare-06ad2ad07317b0276ad8da2ae66aef921514e143.tar.gz
onionshare-06ad2ad07317b0276ad8da2ae66aef921514e143.zip
Version bump to 2.2.dev1
Diffstat (limited to 'install')
-rw-r--r--install/onionshare.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 68213528..52e9b526 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -5,8 +5,8 @@
# change these with each release
!define INSTALLSIZE 115186
!define VERSIONMAJOR 2
-!define VERSIONMINOR 1
-!define VERSIONSTRING "2.1"
+!define VERSIONMINOR 2
+!define VERSIONSTRING "2.2.dev1"
RequestExecutionLevel admin