diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb3370e1788..fede68081bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.193
+* Rustup to *rustc 1.27.0-nightly (eeea94c11 2018-04-06)*
+
 ## 0.0.192
 * Rustup to *rustc 1.27.0-nightly (fb44b4c0e 2018-04-04)*
 * New lint: [`print_literal`]
diff --git a/Cargo.toml b/Cargo.toml
index 0c478510f25..f84375c0135 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.192"
+version = "0.0.193"
 authors = [
 	"Manish Goregaokar <manishsmail@gmail.com>",
 	"Andre Bogus <bogusandre@gmail.com>",
@@ -37,7 +37,7 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.192", path = "clippy_lints" }
+clippy_lints = { version = "0.0.193", path = "clippy_lints" }
 # end automatic update
 regex = "0.2"
 semver = "0.9"
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index 389bf008056..7bf7f601de3 100644
--- a/clippy_lints/Cargo.toml
+++ b/clippy_lints/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.192"
+version = "0.0.193"
 # end automatic update
 authors = [
 	"Manish Goregaokar <manishsmail@gmail.com>",