diff --git a/pom.xml b/pom.xml
index 2d549e5..e6c3e3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.percy
percy-java-selenium
- 2.1.2-beta.1
+ 2.1.2
jar
${project.groupId}:${project.artifactId}
@@ -32,7 +32,7 @@
scm:git:git://github.com/percy/percy-java-selenium.git
scm:git:https://github.com/percy/percy-java-selenium.git
https://github.com/percy/percy-java-selenium/tree/master
- v2.1.2-beta.0
+ v2.1.2
diff --git a/src/main/java/io/percy/selenium/Environment.java b/src/main/java/io/percy/selenium/Environment.java
index 61562b8..b1d7d78 100644
--- a/src/main/java/io/percy/selenium/Environment.java
+++ b/src/main/java/io/percy/selenium/Environment.java
@@ -10,7 +10,7 @@
*/
class Environment {
private WebDriver driver;
- private final static String SDK_VERSION = "2.1.2-beta.1";
+ private final static String SDK_VERSION = "2.1.2";
private final static String SDK_NAME = "percy-java-selenium";
Environment(WebDriver driver) {