Skip to content

Commit

Permalink
Update core version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stavshamir committed Sep 19, 2022
1 parent b0cf949 commit 0d19128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springwolf-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

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

repositories {
Expand Down

0 comments on commit 0d19128

Please sign in to comment.