Skip to content

Commit d7150b4

Browse files
committed
[Java] Change to version 1.5.0 and drop RC.
1 parent 58f59dc commit d7150b4

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
@@ -21,7 +21,7 @@ plugins {
2121
defaultTasks 'clean', 'build', 'shadowJar', 'install'
2222

2323
def sbeGroup = 'uk.co.real-logic'
24-
def sbeVersion = '1.4.3-RC4-SNAPSHOT'
24+
def sbeVersion = '1.5.0-SNAPSHOT'
2525

2626
group = sbeGroup
2727
version = sbeVersion

0 commit comments

Comments
 (0)