Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version codes for RC01 of Beta 0.12 #5279

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ MAJOR_VERSION = 0
MINOR_VERSION = 11

# TODO(#4419): Remove the Kenya-specific alpha version code.
OPPIA_DEV_VERSION_CODE = 103
OPPIA_DEV_KITKAT_VERSION_CODE = 102
OPPIA_ALPHA_KENYA_VERSION_CODE = 101
OPPIA_ALPHA_VERSION_CODE = 100
OPPIA_ALPHA_KITKAT_VERSION_CODE = 99
OPPIA_BETA_VERSION_CODE = 98
OPPIA_GA_VERSION_CODE = 97
OPPIA_DEV_VERSION_CODE = 110
OPPIA_DEV_KITKAT_VERSION_CODE = 109
OPPIA_ALPHA_KENYA_VERSION_CODE = 108
OPPIA_ALPHA_VERSION_CODE = 107
OPPIA_ALPHA_KITKAT_VERSION_CODE = 106
OPPIA_BETA_VERSION_CODE = 105
OPPIA_GA_VERSION_CODE = 104
Loading