From df23ed81e83c486ee210d545f0380d405fd45b78 Mon Sep 17 00:00:00 2001
From: oclif-bot <35625753+oclif-bot@users.noreply.github.com>
Date: Fri, 20 Apr 2018 22:11:30 +0000
Subject: [PATCH] chore(release): 1.1.12 [skip ci]
## [1.1.12](https://github.com/oclif/plugin-update/compare/v1.1.11...v1.1.12) (2018-04-20)
### Bug Fixes
* set binpath ([371bc32](https://github.com/oclif/plugin-update/commit/371bc32))
---
CHANGELOG.md | 8 ++++++++
README.md | 4 ++--
package.json | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d775f412..e4b4c808 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+## [1.1.12](https://github.com/oclif/plugin-update/compare/v1.1.11...v1.1.12) (2018-04-20)
+
+
+### Bug Fixes
+
+* set binpath ([371bc32](https://github.com/oclif/plugin-update/commit/371bc32))
+
## [1.1.11](https://github.com/oclif/plugin-update/compare/v1.1.10...v1.1.11) (2018-04-19)
diff --git a/README.md b/README.md
index 4f084281..1bde35a1 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-update
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
-@oclif/plugin-update/1.1.11 linux-x64 node-v8.11.1
+@oclif/plugin-update/1.1.12 linux-x64 node-v8.11.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
@@ -41,5 +41,5 @@ USAGE
$ oclif-example update [CHANNEL]
```
-_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.11/src/commands/update.ts)_
+_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v1.1.12/src/commands/update.ts)_
diff --git a/package.json b/package.json
index 0f026bcb..0fe77049 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-update",
- "version": "1.1.11",
+ "version": "1.1.12",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {