Skip to content

Commit abb9cd4

Browse files
authored
Bump feature version to 1.2.0 (#367)
1 parent 0afa7ee commit abb9cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uber/cadence/internal/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Version {
4343
* support. This can be used for client capibility check, on Cadence server, for backward
4444
* compatibility Format: MAJOR.MINOR.PATCH
4545
*/
46-
public static final String FEATURE_VERSION = "1.0.0";
46+
public static final String FEATURE_VERSION = "1.2.0";
4747

4848
static {
4949
// Load version from version.properties generated by Gradle into build/resources/main directory.

0 commit comments

Comments
 (0)