diff options
author | Tomasz Maczukin <tomasz@gitlab.com> | 2018-10-23 14:02:55 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-10-23 14:02:55 +0000 |
commit | 58844fcb7b9e56cac97c99c5562d5a0889b59dfb (patch) | |
tree | 6a0cdb20737d703e950f48b1bbf47786c7c9a64e /app/models/clusters | |
parent | a84469a34596d0f3588f7ae16646489441241bc6 (diff) | |
download | gitlab-ce-58844fcb7b9e56cac97c99c5562d5a0889b59dfb.tar.gz |
Update Runner Chart to 0.1.35
Diffstat (limited to 'app/models/clusters')
-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' |