From d1df48321ff5edb80ee052e5d70a4a8e38b07fc1 Mon Sep 17 00:00:00 2001 From: Shivanshu07 Date: Wed, 27 May 2026 11:04:00 +0530 Subject: [PATCH] release 2.2.1-beta.0 (PER-7348) Bump version to 2.2.1-beta.0 to ship the readiness gate (waitForReady before serialize, PER-7348) merged in #308. Co-Authored-By: Claude Opus 4.7 (1M context) --- pom.xml | 4 ++-- src/main/java/io/percy/selenium/Environment.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;