Skip to content

Commit

Permalink
Bump the java version number to 4.0.0-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 11, 2019
1 parent 0006781 commit 4a464cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def release_version
end

def version
"#{release_version}.0-alpha-2"
"#{release_version}.0-alpha-3"
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 +1 @@
SE_VERSION = "4.0.0-alpha-2"
SE_VERSION = "4.0.0-alpha-3"

0 comments on commit 4a464cb

Please sign in to comment.