Skip to content

Commit

Permalink
[java] Bumping version to 4.13.0-SNAPSHOT for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 21, 2023
1 parent 83a27e7 commit 1337b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ $DEBUG = true if ENV['debug'] == 'true'
verbose($DEBUG)

def release_version
'4.12'
'4.13'
end

def version
"#{release_version}.1"
"#{release_version}.0-SNAPSHOT"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.12.1"
SE_VERSION = "4.13.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"

0 comments on commit 1337b20

Please sign in to comment.