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-11-08 14:15:34 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2018-11-08 14:15:34 +0300
commitb13cd880b318f396f64f4b366767b0309438b4a0 (patch)
tree188b5e41e2664620e7a620ee2096329e9e07ecec /build-release.sh
parente5d4a51b84bc24a37f0d0ed50341ae036bb23b34 (diff)
Prepared build number for experimental
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 c96ccd831..42c2c0494 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -10,7 +10,7 @@ else
RELEASE_TYPE=$1
fi
-RELEASE_VERSION="2.0.3.${RELEASE_INC_VERSION}"
+RELEASE_VERSION="2.0.4.${RELEASE_INC_VERSION}"
RELEASE_NAME="${RELEASE_VERSION}_${RELEASE_TYPE}_${RELEASE_TIMESTAMP}"
RELEASE_CHANGELOG_FILE="changelog.txt"