Skip to content

Commit 0efffd2

Browse files
committed
Release v1.4.1
1 parent 07146e8 commit 0efffd2

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
@@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem;
33
apply plugin: 'java'
44
apply plugin: 'idea'
55

6-
def major = 1, minor = 4, patch = 0;
6+
def major = 1, minor = 4, patch = 1;
77

88
version = "$major.$minor.$patch"
99

0 commit comments

Comments
 (0)