File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/contentstack/cms/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 <artifactId >cms</artifactId >
88 <packaging >jar</packaging >
99 <name >contentstack-management-java</name >
10- <version >1.3.0 </version >
10+ <version >1.3.1 </version >
1111 <description >Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1212 API-first approach
1313 </description >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class Util {
1818 // The line `public static final String SDK_VERSION = "1.3.0";`
1919 // named `SDK_VERSION` of type `String`. The value of this constant is set to
2020 // "1.2.0".
21- public static final String SDK_VERSION = "1.3.0 " ;
21+ public static final String SDK_VERSION = "1.3.1 " ;
2222
2323 static final String PRIVATE_CONSTRUCTOR = "private constructor can't be accessed outside the class" ;
2424 public static final Boolean RETRY_ON_FAILURE = true ;
You can’t perform that action at this time.
0 commit comments