summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-20 01:07:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-20 01:07:52 +0000
commit71946d0dd31e2bfa48b7e24b827f32c13abcd0fc (patch)
treea51d499a7dcf00c0a234a05b49cc458fa369330a /lib
parent14c04b776c795ad5d40f2401390ed14360b9469e (diff)
downloadmixlib-cli-71946d0dd31e2bfa48b7e24b827f32c13abcd0fc.tar.gz
Bump version to 2.0.3 by Chef Expeditorv2.0.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/cli/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index c81f286..3142b67 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.2".freeze
+ VERSION = "2.0.3".freeze
end
end