Skip to content

Commit 1a3520e

Browse files
committed
Fix incorrect concrete version.
1 parent ab7572b commit 1a3520e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
useElytraVersionFormat = true
88
version = '0' // 0 for now, not stable enough imo.
99

10-
concreteVersion = '0.3.1-SNAPSHOT'
10+
concreteVersion = '0.3.2-SNAPSHOT'
1111
concreteModules = [ 'common' ]
1212

1313
coremod = null

0 commit comments

Comments
 (0)