0.3.7
diff --git a/Cargo.lock b/Cargo.lock
index 6d7c8d5..14a8d45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -294,7 +294,7 @@
 
 [[package]]
 name = "rustfmt-nightly"
-version = "0.3.6"
+version = "0.3.7"
 dependencies = [
  "cargo_metadata 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "derive-new 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index a863a3c..28d7963 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "rustfmt-nightly"
-version = "0.3.6"
+version = "0.3.7"
 authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
 description = "Tool to find and fix Rust formatting issues"
 repository = "https://github.com/rust-lang-nursery/rustfmt"