Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2018-03-16 11:27:41 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-03-16 11:27:41 +0300
commitf247799a4bc6f11de8c51b7bc98a9c2425eefba6 (patch)
tree9cfe4ad24cbe8ed9319dfe648a173e39d52333ec /build-release.sh
parent99479344f721edb4068ca874aac1cbf14485ee21 (diff)
parent4cf87c9bbd17f5006c72d2de954210fbb724aace (diff)
Merge branch 'release/2.0.3.1_experimental'
# Conflicts: # Duplicati/GUI/Duplicati.GUI.TrayIcon/Program.cs # Updates/build_version.txt # build-release.sh # changelog.txt
Diffstat (limited to 'build-release.sh')
-rw-r--r--build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index 075f5e02d..c96ccd831 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -10,7 +10,7 @@ else
RELEASE_TYPE=$1
fi
-RELEASE_VERSION="2.0.2.${RELEASE_INC_VERSION}"
+RELEASE_VERSION="2.0.3.${RELEASE_INC_VERSION}"
RELEASE_NAME="${RELEASE_VERSION}_${RELEASE_TYPE}_${RELEASE_TIMESTAMP}"
RELEASE_CHANGELOG_FILE="changelog.txt"