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 version 0.13 RC01 #5389

Merged
merged 1 commit into from
Apr 17, 2024
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
16 changes: 8 additions & 8 deletions version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ the app (that are potentially not broadly released yet).
"""

MAJOR_VERSION = 0
MINOR_VERSION = 11
MINOR_VERSION = 13
BenHenning marked this conversation as resolved.
Show resolved Hide resolved

# TODO(#4419): Remove the Kenya-specific alpha version code.
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
OPPIA_DEV_VERSION_CODE = 117
OPPIA_DEV_KITKAT_VERSION_CODE = 116
OPPIA_ALPHA_KENYA_VERSION_CODE = 115
OPPIA_ALPHA_VERSION_CODE = 114
OPPIA_ALPHA_KITKAT_VERSION_CODE = 113
OPPIA_BETA_VERSION_CODE = 112
OPPIA_GA_VERSION_CODE = 111
Loading