We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b563b7e commit 5f45eb9Copy full SHA for 5f45eb9
2 files changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.applitools.imagetester</groupId>
6
<artifactId>ImageTester</artifactId>
7
- <version>3.11.2</version>
+ <version>3.11.3</version>
8
<packaging>jar</packaging>
9
<properties>
10
<maven.compiler.source>1.8</maven.compiler.source>
src/main/java/com/applitools/imagetester/ImageTester.java
@@ -29,7 +29,7 @@
29
import com.applitools.imagetester.lib.Utils;
30
31
public class ImageTester {
32
- private static final String cur_ver = "3.11.2";
+ private static final String cur_ver = "3.11.3";
33
private static final String DEFAULT_THREADS = String.valueOf(Runtime.getRuntime().availableProcessors() * 2);
34
35
public static void main(String[] args) {
0 commit comments