diff --git a/version.bzl b/version.bzl index 582c0f5..9adfd0b 100644 --- a/version.bzl +++ b/version.bzl @@ -25,7 +25,7 @@ MAJOR = 14 # ------------------------------------------------------------- # This allows to publish bugfixes to the released version # through increments of PATCH segment. -MINOR = 105 +MINOR = 106 # Monotonic ID of bugfixes applied to each MAJOR.MINOR release. # -------------------------------------------------------------