diff --git a/README.md b/README.md
index d47bae6..d45f06e 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Add percy-playwright-java to your project dependencies. If you're using Maven:
io.percy
percy-playwright-java
- 1.0.2
+ 1.2.1-beta.0
```
diff --git a/pom.xml b/pom.xml
index 07c3349..468d183 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.percy
percy-playwright-java
- 1.1.0
+ 1.2.1-beta.0
jar
${project.groupId}:${project.artifactId}
@@ -33,7 +33,7 @@
scm:git:git://github.com/percy/percy-playwright-java.git
scm:git:https://github.com/percy/percy-playwright-java.git
https://github.com/percy/percy-playwright-java/tree/master
- v1.0.2
+ v1.2.1-beta.0
diff --git a/src/main/java/io/percy/playwright/Environment.java b/src/main/java/io/percy/playwright/Environment.java
index cfede57..9dc66d3 100644
--- a/src/main/java/io/percy/playwright/Environment.java
+++ b/src/main/java/io/percy/playwright/Environment.java
@@ -6,7 +6,7 @@
* Package-private class to compute Environment information.
*/
class Environment {
- private final static String SDK_VERSION = "1.0.2";
+ private final static String SDK_VERSION = "1.2.1-beta.0";
private final static String SDK_NAME = "percy-playwright-java";
private String clientInfoOverride;