From 4a6926fcbf917ced3628f63d132cd5ad724d0a9c Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 12 Jan 2023 17:05:02 +0000 Subject: [PATCH] bump version for release --- i2pversion | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/i2pversion b/i2pversion index dad6a72..7a77dd6 100644 --- a/i2pversion +++ b/i2pversion @@ -7,11 +7,9 @@ export I2PFIREFOX_VERSION=1.0.7 # Comment this out to build from an alternate branch or # the tip of the master branch. VERSIONMAJOR=2 -VERSIONMINOR=0 +VERSIONMINOR=1 VERSIONBUILD=0 I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" -#VERSION=i2p-2.0.0 -#export VERSION=i2p-2.0.0 -VERSION=master -export VERSION=master \ No newline at end of file +VERSION=i2p-2.1.0 +export VERSION=i2p-2.1.0 \ No newline at end of file