Version Bump
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94cf674..e3eea80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,8 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## Master
+## 0.0.157 - 2017-09-04
+* Update to *rustc 1.22.0-nightly (981ce7d8d 2017-09-03)*
 * New lint: [`unit_expr`]
 
 ## 0.0.156 - 2017-09-03
diff --git a/Cargo.toml b/Cargo.toml
index 959fdfb..42323f2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.156"
+version = "0.0.157"
 authors = [
 	"Manish Goregaokar <manishsmail@gmail.com>",
 	"Andre Bogus <bogusandre@gmail.com>",
@@ -31,7 +31,7 @@
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.156", path = "clippy_lints" }
+clippy_lints = { version = "0.0.157", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.2"
 
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index c3a6200..8c7addf 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.156"
+version = "0.0.157"
 # end automatic update
 authors = [
 	"Manish Goregaokar <manishsmail@gmail.com>",