Skip to content

Commit aea69da

Browse files
committed
[java] Bumping Java & Grid to 4.1.0
[skip ci]
1 parent 69e73f3 commit aea69da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $DEBUG = true if ENV['debug'] == 'true'
5151
verbose($DEBUG)
5252

5353
def release_version
54-
'4.0'
54+
'4.1'
5555
end
5656

5757
def version

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.0.0"
1+
SE_VERSION = "4.1.0"

0 commit comments

Comments
 (0)