From 1bf87390c0b160f2ee89a6f924bf744f5e5d7330 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Tue, 6 Aug 2019 09:06:51 +0300 Subject: [PATCH] Change version string to 1.21.0 "-alpha" triggers some idiocy in debian packaging --- build.gradle.kts | 2 +- src/docs/asciidoc/_changelog.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2f81f2ddf..404d77479 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { application } -version = "1.21.0-alpha" +version = "1.21.0" val javaVersion = JavaVersion.VERSION_1_8 diff --git a/src/docs/asciidoc/_changelog.adoc b/src/docs/asciidoc/_changelog.adoc index db1587c4f..8cbf5d6d9 100644 --- a/src/docs/asciidoc/_changelog.adoc +++ b/src/docs/asciidoc/_changelog.adoc @@ -6,7 +6,7 @@ ifdef::sectnums[] endif::[] :sectnums!: -== 1.21.0-alpha +== 1.21.0 * Do not write to `/tmp` when streaming files from remote LFS server to SVN clients. #288 * Experimental `lfs: !fileHttp` LFS mode for GitLab