Bump up to 2.11.4-2
diff --git a/README.md b/README.md
index 41a325d..b615112 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 
 ### Download the plugin
 
-Download [gerrit-saml-plugin](https://bintray.com/artifact/download/thesamet/maven/gerrit-saml-plugin-2.11.3-1.jar) and put it in $gerrit_site/lib/.
+Download [gerrit-saml-plugin](https://bintray.com/artifact/download/thesamet/maven/gerrit-saml-plugin-2.11.4-2.jar) and put it in $gerrit_site/lib/.
 
 ### Configure Gerrit to use the SAML filter:
 In `$site_path/etc/gerrit.config` file, the `[httpd]` section should contain
diff --git a/build.sbt b/build.sbt
index 1d1f8b7..64f15b9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,8 +1,8 @@
 name := "gerrit-saml-plugin"
 
-val GerritVersion = "2.11.3"
+val GerritVersion = "2.11.4"
 
-version := GerritVersion + "-1"
+version := GerritVersion + "-2"
 
 javacOptions ++= Seq("-source", "1.7", "-target", "1.7")