diff options
author | Patrick Bajao <ebajao@gitlab.com> | 2019-03-06 10:44:59 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-03-06 10:44:59 +0000 |
commit | de5aef3bbda9217e32fc91c24280f78869c9c9c1 (patch) | |
tree | 1c2a7468e0b7f31134ee7b6e9f537b798fdf724e /GITALY_SERVER_VERSION | |
parent | c9e5ce8dbd25203484b43c48f0a55a5d7bf396e8 (diff) | |
download | gitlab-ce-de5aef3bbda9217e32fc91c24280f78869c9c9c1.tar.gz |
Accept force option on commit via API
When `force` is set to `true` and `start_branch` is set, the
branch will be ovewritten with the new commit based on the
`HEAD` of the `start_branch`.
This commit includes changes to update the `gitaly-proto` gem.
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r-- | GITALY_SERVER_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index bfbadb3a2ac..53cc1a6f929 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.23.0
\ No newline at end of file +1.24.0 |