Skip to content

Commit d78b24b

Browse files
committed
release 0.16.4
1 parent 4f23372 commit d78b24b

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.4-SNAPSHOT'
14+
versionNumber = '0.16.4'
1515

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

0 commit comments

Comments
 (0)