Skip to content

Commit d39a57f

Browse files
committed
update to 0.16.3-SNAPSHOT
1 parent eda3579 commit d39a57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
1111
sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
1212
buildTimeStr = sdf.format(buildTime)
1313

14-
versionNumber = '0.16.2-SNAPSHOT'
14+
versionNumber = '0.16.3-SNAPSHOT'
1515

1616
explodedDistDir = new File(distsDir, 'exploded')
1717
explodedDistLibDir = new File(explodedDistDir, 'lib')

0 commit comments

Comments
 (0)