diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-11-22 16:36:09 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-11-22 16:36:09 +0000 |
commit | 0a42c7cbaae51466a67a4011859726c29bc24da4 (patch) | |
tree | 352f8c3dfb0886fedd9cdc88d5712474779add7e /app | |
parent | 27e35703482e4d0f137d013f940eab6a6eec49f8 (diff) | |
parent | b86d6ebfea6b739867d95bfa200dd540aa16033d (diff) | |
download | gitlab-ce-0a42c7cbaae51466a67a4011859726c29bc24da4.tar.gz |
Merge branch 'update-gitlab-runner-helm-chart-version' into 'master'
Update Runner Chart to 0.1.38
See merge request gitlab-org/gitlab-ce!23304
Diffstat (limited to 'app')
-rw-r--r-- | app/models/clusters/applications/runner.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb index b311f5e0617..67746e34913 100644 --- a/app/models/clusters/applications/runner.rb +++ b/app/models/clusters/applications/runner.rb @@ -3,7 +3,7 @@ module Clusters module Applications class Runner < ActiveRecord::Base - VERSION = '0.1.35'.freeze + VERSION = '0.1.38'.freeze self.table_name = 'clusters_applications_runners' |