Skip to content

Commit f44fedb

Browse files
run-results-status-changes
1 parent 2720cd6 commit f44fedb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
group = 'com.testsigma'
31-
version = '1.2.17_cloud'
31+
version = '1.2.18_cloud'
3232
description = 'Testsigma Java SDK'
3333
java.sourceCompatibility = JavaVersion.VERSION_11
3434

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RELEASE_SIGNING_ENABLED=true
33

44
GROUP=com.testsigma
55
POM_ARTIFACT_ID=testsigma-java-sdk
6-
VERSION_NAME=1.2.17_cloud
6+
VERSION_NAME=1.2.18_cloud
77

88
POM_NAME=Testsigma Java SDK
99
POM_DESCRIPTION=Testsigma Java SDK
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.testsigma.sdk;
22

33
public enum Result {
4-
SUCCESS,FAILURE,FAILED,QUEUED,RUNNING,NOT_EXECUTED
4+
SUCCESS,FAILURE,FAILED,QUEUED,RUNNING,NOT_EXECUTED,STOPPED
55
}

0 commit comments

Comments
 (0)