From 7f728992b1aeba4c2fe2fe4cfc88ceaa66987186 Mon Sep 17 00:00:00 2001 From: Tomasz Maczukin Date: Fri, 22 Feb 2019 13:30:40 +0100 Subject: Update GitLab Runner Helm Chart to 0.2.0 --- app/models/clusters/applications/runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/clusters') diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb index f17da0bb7b1..941551dadaa 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.45'.freeze + VERSION = '0.2.0'.freeze self.table_name = 'clusters_applications_runners' -- cgit v1.2.1