Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 97aeb5a

Browse files
committed
Increment version
1 parent d05dc49 commit 97aeb5a

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
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'io.github.springwolf'
9-
version = '0.1.1' + (Boolean.valueOf(System.getProperty('snapshot')) ? '-SNAPSHOT' : '')
9+
version = '0.2.1' + (Boolean.valueOf(System.getProperty('snapshot')) ? '-SNAPSHOT' : '')
1010
sourceCompatibility = '1.8'
1111

1212
node {

0 commit comments

Comments
 (0)