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

Prepare version codes for 0.14 release #5624

Merged
merged 3 commits into from
Dec 29, 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
14 changes: 7 additions & 7 deletions version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ the app (that are potentially not broadly released yet).
"""

MAJOR_VERSION = 0
MINOR_VERSION = 13
MINOR_VERSION = 14

OPPIA_DEV_VERSION_CODE = 172
OPPIA_DEV_KITKAT_VERSION_CODE = 171
OPPIA_ALPHA_VERSION_CODE = 170
OPPIA_ALPHA_KITKAT_VERSION_CODE = 169
OPPIA_BETA_VERSION_CODE = 168
OPPIA_GA_VERSION_CODE = 167
OPPIA_DEV_VERSION_CODE = 178
OPPIA_DEV_KITKAT_VERSION_CODE = 177
OPPIA_ALPHA_VERSION_CODE = 176
OPPIA_ALPHA_KITKAT_VERSION_CODE = 175
OPPIA_BETA_VERSION_CODE = 174
OPPIA_GA_VERSION_CODE = 173
Loading