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:
authorJohn Cai <jcai@gitlab.com>2022-04-27 04:18:33 +0300
committerJohn Cai <jcai@gitlab.com>2022-04-27 04:18:36 +0300
commit225e5036ea646fb850ef91d8259757d5ca91c5ce (patch)
treea5a7b3a777332c78aa713888bce4f21781ce8dcc
parent3482d0e7dd3df87b5724d587a331a9409c228fc4 (diff)
Restore version files to v14.10.0-rc42jc-fix-version-files
The tags v14.10.0-rc2 and v15.0.0-rc1 were accidentally created through chatops, which ended up updating the version files. Those tags have since been deleted. Now we need to restore these version files to what it was before.
-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 9a9f13434..49b1d8dab 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.0-rc1 \ No newline at end of file
+14.10.0-rc42
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 24117953a..6582bc1d4 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 = '15.0.0-rc1'
+ VERSION = '14.10.0-rc42'
end