Skip to content

Commit eaca923

Browse files
πŸ”– release 2.0.5-beta.0 (#277)
1 parent 62dfc7b commit eaca923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.percy</groupId>
77
<artifactId>percy-java-selenium</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.0.5-beta.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

β€Žsrc/main/java/io/percy/selenium/Environment.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class Environment {
1212
private WebDriver driver;
13-
private final static String SDK_VERSION = "2.0.4";
13+
private final static String SDK_VERSION = "2.0.5-beta.0";
1414
private final static String SDK_NAME = "percy-java-selenium";
1515

1616
Environment(WebDriver driver) {

0 commit comments

Comments
Β (0)