summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-12 17:39:40 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-12 17:39:40 +0000
commit67f148d3f0612d35a885f1417f0bcbb5ab16ba5b (patch)
treed0928d8b5090d1d59e9c0e156df10788e1d85377
parent2e7e90151f5be0758de8c9c7aaa034b2ef43f7ed (diff)
downloadmixlib-cli-67f148d3f0612d35a885f1417f0bcbb5ab16ba5b.tar.gz
Bump version to 2.1.3 by Chef Expeditor2.1.3
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec8e7b0..02f92de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.1.2 -->
-## [2.1.2](https://github.com/chef/mixlib-cli/tree/2.1.2) (2019-06-25)
+<!-- latest_release 2.1.3 -->
+## [2.1.3](https://github.com/chef/mixlib-cli/tree/2.1.3) (2019-07-12)
#### Merged Pull Requests
-- Use our standard rakefile [#68](https://github.com/chef/mixlib-cli/pull/68) ([tas50](https://github.com/tas50))
+- Fix chef-style [#71](https://github.com/chef/mixlib-cli/pull/71) ([vsingh-msys](https://github.com/vsingh-msys))
<!-- latest_release -->
<!-- release_rollup since=2.1.1 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix chef-style [#71](https://github.com/chef/mixlib-cli/pull/71) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 2.1.3 -->
- Use our standard rakefile [#68](https://github.com/chef/mixlib-cli/pull/68) ([tas50](https://github.com/tas50)) <!-- 2.1.2 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 8f9174b..abae0d9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.2 \ No newline at end of file
+2.1.3 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index 7b01bba..3fd83a0 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.2".freeze
+ VERSION = "2.1.3".freeze
end
end