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