We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f8a29a + f1f4b18 commit 211ce7dCopy full SHA for 211ce7d
pom.xml
@@ -6,7 +6,7 @@
6
<groupId>com.testmonitor</groupId>
7
<artifactId>api-java-client</artifactId>
8
<packaging>jar</packaging>
9
- <version>0.2</version>
+ <version>0.3</version>
10
11
<name>TestMonitorClient</name>
12
<description>TestMonitor API client</description>
src/main/java/com/testmonitor/api/Client.java
@@ -9,7 +9,7 @@
*/
public class Client
{
- final public static String VERSION = "0.2";
+ final public static String VERSION = "0.3";
13
14
private final Connector connector;
15
0 commit comments