Update Playbooks version to latest (#9025)

(cherry picked from commit b0560b77e7)

Co-authored-by: Maria A Nunez <maria.nunez@mattermost.com>
This commit is contained in:
Mattermost Build 2025-07-24 18:08:42 +03:00 committed by GitHub
parent 6b26891d0f
commit dbfbe6dd17
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;