We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68445bc commit 79d3ef3Copy full SHA for 79d3ef3
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.percy</groupId>
7
<artifactId>percy-java-selenium</artifactId>
8
- <version>2.0.6-beta.0</version>
+ <version>2.1.0</version>
9
<packaging>jar</packaging>
10
11
<name>${project.groupId}:${project.artifactId}</name>
src/main/java/io/percy/selenium/Environment.java
@@ -10,7 +10,7 @@
*/
class Environment {
12
private WebDriver driver;
13
- private final static String SDK_VERSION = "2.0.6-beta.0";
+ private final static String SDK_VERSION = "2.1.0";
14
private final static String SDK_NAME = "percy-java-selenium";
15
16
Environment(WebDriver driver) {
0 commit comments