Skip to content

Commit

Permalink
Update version.bzl
Browse files Browse the repository at this point in the history
Bump version codes for 0.13 beta RC01 (again), plus a test release.
  • Loading branch information
BenHenning authored Jun 21, 2024
1 parent 14976d9 commit 22eb72d
Showing 1 changed file with 7 additions and 7 deletions.
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 = 13

# TODO(#4419): Remove the Kenya-specific alpha version code.
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
OPPIA_DEV_VERSION_CODE = 166
OPPIA_DEV_KITKAT_VERSION_CODE = 165
OPPIA_ALPHA_KENYA_VERSION_CODE = 164
OPPIA_ALPHA_VERSION_CODE = 163
OPPIA_ALPHA_KITKAT_VERSION_CODE = 162
OPPIA_BETA_VERSION_CODE = 161
OPPIA_GA_VERSION_CODE = 160

0 comments on commit 22eb72d

Please sign in to comment.