diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-04 10:59:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 10:59:39 -0800 |
commit | b486698ec80052300e6117282e6be83f0d398b66 (patch) | |
tree | 0333b0012738296e616aa71576c0131ef90b1ac2 | |
parent | c96f4534b9037657e8f948a11c7f6720924bf4e5 (diff) | |
parent | cf9f4414c14fe55e81a2c47da511fa81ed4bc2b4 (diff) | |
download | mixlib-cli-b486698ec80052300e6117282e6be83f0d398b66.tar.gz |
Merge pull request #53 from chef/lcg/version-bump
actually do the major version bump
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/mixlib/cli/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -1.7.7
\ No newline at end of file +2.0.0 diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb index 18b50d2..5086a72 100644 --- a/lib/mixlib/cli/version.rb +++ b/lib/mixlib/cli/version.rb @@ -1,5 +1,5 @@ module Mixlib module CLI - VERSION = "1.7.7".freeze + VERSION = "2.0.0".freeze end end |