diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-10-23 14:02:56 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-10-23 14:02:56 +0000 |
commit | ba3e650006180634909cb7550383fa9ca94b73b4 (patch) | |
tree | 6a0cdb20737d703e950f48b1bbf47786c7c9a64e /app | |
parent | a84469a34596d0f3588f7ae16646489441241bc6 (diff) | |
parent | 58844fcb7b9e56cac97c99c5562d5a0889b59dfb (diff) | |
download | gitlab-ce-ba3e650006180634909cb7550383fa9ca94b73b4.tar.gz |
Merge branch 'update-runner-chart-to-0-1-35' into 'master'
Update Runner Chart to 0.1.35
See merge request gitlab-org/gitlab-ce!22541
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 43bf852c7ec..b311f5e0617 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.34'.freeze + VERSION = '0.1.35'.freeze self.table_name = 'clusters_applications_runners' |