Skip to content

Commit 86b9216

Browse files
authored
Core 0.9.3
1 parent bc48614 commit 86b9216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springwolf-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
def isSnapshot = Boolean.valueOf(project.findProperty('SNAPSHOT'))
1212

1313
group = 'io.github.springwolf'
14-
version = '0.9.0' + (isSnapshot ? '-SNAPSHOT' : '')
14+
version = '0.9.3' + (isSnapshot ? '-SNAPSHOT' : '')
1515
sourceCompatibility = 1.8
1616

1717
repositories {

0 commit comments

Comments
 (0)