Update Playbooks version to latest

This commit is contained in:
Maria A Nunez 2025-07-24 10:42:25 -04:00 committed by GitHub
parent 80e3659c53
commit b0560b77e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,5 +2,5 @@
// See LICENSE.txt for license information.
export const MINIMUM_MAJOR_VERSION = 2;
export const MINIMUM_MINOR_VERSION = 2;
export const MINIMUM_MINOR_VERSION = 3;
export const MINIMUM_PATCH_VERSION = 0;