diff --git a/Gemfile.lock b/Gemfile.lock index e21c12b..dc282a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ci_runner (0.2.0) + ci_runner (0.3.0) cli-ui (~> 1.5) rake (~> 13.0) thor (~> 1.2) diff --git a/lib/ci_runner/version.rb b/lib/ci_runner/version.rb index 5ce850f..15b1697 100644 --- a/lib/ci_runner/version.rb +++ b/lib/ci_runner/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CIRunner - VERSION = "0.2.0" + VERSION = "0.3.0" end