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