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-10-28 11:03:26 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-10-28 11:03:26 +0300
commit34bcfabb61f3c9ca799b84e63ddc4ae4fe2b3c9d (patch)
tree6f7a7df000b28e60c6ee892f8d3a677e7fd482b4
parente1e2932352d7150e2cdecc41a150fc9d050f0d6d (diff)
Update VERSION filesv14.3.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 8d8581ff1..b10f9ae29 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.3 \ No newline at end of file
+14.3.4 \ No newline at end of file
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 97d85ae3f..0e7c253b6 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.3.3'
+ VERSION = '14.3.4'
end