We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda476f commit 94a3d18Copy full SHA for 94a3d18
2 files changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.applitools.imagetester</groupId>
6
<artifactId>ImageTester</artifactId>
7
- <version>3.9.1</version>
+ <version>3.10.0</version>
8
<packaging>jar</packaging>
9
<properties>
10
<maven.compiler.source>1.8</maven.compiler.source>
src/main/java/com/applitools/imagetester/ImageTester.java
@@ -26,7 +26,7 @@
26
import com.applitools.imagetester.lib.Utils;
27
28
public class ImageTester {
29
- private static final String cur_ver = "3.9.1";
+ private static final String cur_ver = "3.10.0";
30
private static final String DEFAULT_THREADS = String.valueOf(Runtime.getRuntime().availableProcessors() * 2);
31
32
public static void main(String[] args) {
0 commit comments