From 02c7b0d5a71362de450a5f4448ffa2f01a0d187c Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Fri, 10 Dec 2021 13:12:21 +0100 Subject: [PATCH] 6.3.0 --- .gitattributes | 3 +++ config/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7daaf93f3bc6..a2da8dcaa58f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,6 +19,9 @@ *.lock text eol=lf *.yarn-integrity text eol=lf *.sh text eol=lf +*.md5 text eol=lf +*.sha text eol=lf +*.sha1 text eol=lf .github/ export-ignore .dependabot export-ignore diff --git a/config/version.php b/config/version.php index 6bb53d72b5e8..a8ca3d22b511 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ '6.2.263', + 'appVersion' => '6.3.0', 'patchVersion' => '2021.12.10', 'lib_roundcube' => '0.2.3', ];