Release 0.11.10
diff --git a/Cargo.toml b/Cargo.toml
index 7f57dcf..df6c0e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "syn"
-version = "0.11.9" # don't forget to update version in readme for breaking changes
+version = "0.11.10" # don't forget to update version in readme for breaking changes
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "Nom parser for Rust source code"