Bump the version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5bb30d..0a7463b 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.121 — 2017-03-21
+* Rustup to *rustc 1.17.0-nightly (134c4a0f0 2017-03-20)*
+
## 0.0.120 — 2017-03-17
* Rustup to *rustc 1.17.0-nightly (0aeb9c129 2017-03-15)*
diff --git a/Cargo.toml b/Cargo.toml
index 50ba8a4..8ca2e98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clippy"
-version = "0.0.120"
+version = "0.0.121"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@@ -30,7 +30,7 @@
[dependencies]
# begin automatic update
-clippy_lints = { version = "0.0.120", path = "clippy_lints" }
+clippy_lints = { version = "0.0.121", path = "clippy_lints" }
# end automatic update
cargo_metadata = "0.1.1"
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml
index 80720e2..8a710bf 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.120"
+version = "0.0.121"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",