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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-12-04 00:42:23 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-12-04 00:42:23 +0300
commit1e6cf649a260ca3d600e114eb553d5df09cbe760 (patch)
tree07f565a74a600b6c0a8775d4f015b66803765c96
parent0ae83ec7060d2280a24d2024b2287cf9702c266a (diff)
Update VERSION filesv14.4.4
[ci skip]
-rw-r--r--VERSION2
-rw-r--r--ruby/proto/gitaly/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 27e07651f..38d3ef5d7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.4.3 \ No newline at end of file
+14.4.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 66b12b9bd..b5b4a32fe 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -2,5 +2,5 @@
# (https://gitlab.com/gitlab-org/release-tools/), and should not be
# modified.
module Gitaly
- VERSION = '14.4.3'
+ VERSION = '14.4.4'
end