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 09e2bfc commit a343f9dCopy full SHA for a343f9d
src/main/java/com/uber/cadence/internal/Version.java
@@ -43,7 +43,7 @@ public class Version {
43
* support. This can be used for client capibility check, on Cadence server, for backward
44
* compatibility Format: MAJOR.MINOR.PATCH
45
*/
46
- public static final String FEATURE_VERSION = "1.2.0";
+ public static final String FEATURE_VERSION = "1.3.0";
47
48
static {
49
// Load version from version.properties generated by Gradle into build/resources/main directory.
0 commit comments