Skip to content

Commit a9484bf

Browse files
committed
Let's go for 5.0.0 (for real)
1 parent d13e940 commit a9484bf

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
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 4, minor: 3, revision: 0)
10+
def ver = new Version(major: 5, minor: 0, revision: 0)
1111

1212
group = "org.botblock"
1313
version = "$ver"

0 commit comments

Comments
 (0)