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

Fix #4850: Bump version codes for alpha 0.10 release, and fix version code ordering #4851

Merged
merged 8 commits into from
Mar 10, 2023
14 changes: 7 additions & 7 deletions version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ MAJOR_VERSION = 0
MINOR_VERSION = 10

# TODO(#4419): Remove the Kenya-specific alpha version code.
OPPIA_DEV_KITKAT_VERSION_CODE = 48
OPPIA_DEV_VERSION_CODE = 49
OPPIA_ALPHA_KITKAT_VERSION_CODE = 50
OPPIA_ALPHA_VERSION_CODE = 51
OPPIA_ALPHA_KENYA_VERSION_CODE = 52
OPPIA_BETA_VERSION_CODE = 53
OPPIA_GA_VERSION_CODE = 54
OPPIA_DEV_KITKAT_VERSION_CODE = 61
OPPIA_DEV_VERSION_CODE = 60
OPPIA_ALPHA_KITKAT_VERSION_CODE = 59
OPPIA_ALPHA_VERSION_CODE = 58
OPPIA_ALPHA_KENYA_VERSION_CODE = 57
OPPIA_BETA_VERSION_CODE = 56
OPPIA_GA_VERSION_CODE = 55