Skip to content

Commit 0d19128

Browse files
committed
Update core version to 0.7.0
1 parent b0cf949 commit 0d19128

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
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'io.github.springwolf'
13-
version = '0.6.0' + (Boolean.valueOf(System.getProperty('snapshot')) ? '-SNAPSHOT' : '')
13+
version = '0.7.0' + (Boolean.valueOf(System.getProperty('snapshot')) ? '-SNAPSHOT' : '')
1414
sourceCompatibility = 1.8
1515

1616
repositories {

0 commit comments

Comments
 (0)