diff options
author | Tomasz Maczukin <tomasz@gitlab.com> | 2018-12-07 09:46:33 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2018-12-07 09:46:33 +0000 |
commit | 541ff1fd80b69b19d984ad7cae1ece5e452a2a61 (patch) | |
tree | 952906035450226680ef52004b658e72ebc846ea /app/models/clusters/applications | |
parent | 94f377618a45cc0bfbf839f667878f36b30c221a (diff) | |
download | gitlab-ce-541ff1fd80b69b19d984ad7cae1ece5e452a2a61.tar.gz |
Update gitlab runner helm chart to 0.1.39
Diffstat (limited to 'app/models/clusters/applications')
-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 67746e34913..c931b340b24 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.38'.freeze + VERSION = '0.1.39'.freeze self.table_name = 'clusters_applications_runners' |