From a6615603ec8d7088b56f82a617c181725b41a1a9 Mon Sep 17 00:00:00 2001
From: Wasiq Bhamla <wasbhamla2005@gmail.com>
Date: Mon, 10 Jan 2022 15:51:49 +0000
Subject: [PATCH] Released latest version to Maven central

Signed-off-by: Wasiq Bhamla <wasbhamla2005@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2425708..f8add41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>selenium</artifactId>
-    <version>4.1.1</version>
+    <version>4.2.0</version>
     <description>Selenium WebDriver wrapper framework for clean and maintainable tests.</description>
     <url>https://github.com/WasiqB/coteafs-selenium</url>