diff --git a/pom.xml b/pom.xml index f3ea108..0777bba 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.percy percy-java-selenium - 2.2.0 + 2.2.1-beta.0 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 + v2.2.1-beta.0 diff --git a/src/main/java/io/percy/selenium/Environment.java b/src/main/java/io/percy/selenium/Environment.java index cf637de..871a8a8 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"; + private final static String SDK_VERSION = "2.2.1-beta.0"; private final static String SDK_NAME = "percy-java-selenium"; private String clientInfoOverride;