Skip to content

Commit c693c5f

Browse files
committed
Fix SNAPSHOT version
1 parent 5f578e4 commit c693c5f

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
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.jabref"
12-
version = '1.1.0-SNAPSHOT'
12+
version = '1.1.1-SNAPSHOT'
1313
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1414

1515
java {

0 commit comments

Comments
 (0)