Skip to content

Commit 6185e43

Browse files
committed
next version will be 0.7.2
1 parent 44769b7 commit 6185e43

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

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

0 commit comments

Comments
 (0)