summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-04-21 18:56:48 -0700
committerMicah Lee <micah@micahflee.com>2019-04-21 18:56:48 -0700
commitc1a8f815a3c347747cbfd151ebcfb576aaa6677a (patch)
treea19f56e30da62b534689bc15074b41f2f8fb1a80
parentd6f36025eb822079f08bac999170e79ce5f43b4a (diff)
downloadonionshare-c1a8f815a3c347747cbfd151ebcfb576aaa6677a.tar.gz
onionshare-c1a8f815a3c347747cbfd151ebcfb576aaa6677a.zip
Version bump to 2.1.dev1 in Windows installer too
-rw-r--r--install/onionshare.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 3a4c6c2a..9134ba04 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 0
-!define VERSIONSTRING "2.0"
+!define VERSIONMINOR 1
+!define VERSIONSTRING "2.1.dev1"
RequestExecutionLevel admin