We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a69eaf commit 7c2ecb8Copy full SHA for 7c2ecb8
1 file changed
bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/extensions/Utils.xtend
@@ -147,15 +147,15 @@ class Utils {
147
def targetSemVer(Application it, Boolean withPoint) {
148
switch getCoreVersion {
149
case ZK2DEV:
150
- if (!withPoint) '2.0' else '2.0.2'
+ if (!withPoint) '2.0' else '2.0.3'
151
case ZK20:
152
- if (!withPoint) '2.0' else '2.0.1'
+ if (!withPoint) '2.0' else '2.0.2'
153
case ZK15:
154
- if (!withPoint) '1.5' else '1.5.1'
155
- case ZK15DEV:
156
if (!withPoint) '1.5' else '1.5.2'
+ case ZK15DEV:
+ if (!withPoint) '1.5' else '1.5.3'
157
default:
158
- if (!withPoint) '1.5' else '2.0.1'
+ if (!withPoint) '1.5' else '2.0.2'
159
}
160
161
0 commit comments