diff --git a/Cargo.toml b/Cargo.toml
index fbe9ec4e..a8f7f729 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "getopts"
-version = "0.2.18" # don't forget to update html_root_url
+version = "0.2.19" # don't forget to update html_root_url
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/src/lib.rs b/src/lib.rs
index bfdda33e..9a9d5d20 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -95,7 +95,7 @@
 #![doc(
     html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
     html_favicon_url = "https://www.rust-lang.org/favicon.ico",
-    html_root_url = "https://docs.rs/getopts/0.2.18"
+    html_root_url = "https://docs.rs/getopts/0.2.19"
 )]
 #![deny(missing_docs)]
 #![cfg_attr(test, deny(warnings))]