| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | * The currently released version of Gutenberg. |
| 15 | 15 | * |
| 16 | 16 | * @var string |
| 17 | 17 | */ |
| 18 | - const CURRENT_RELEASE = '12.8.0'; | |
| 18 | + public const CURRENT_RELEASE = '23.9.0'; | |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | 21 | * The minimally supported version of Gutenberg by the plugin. |
| 22 | 22 | * |
| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | * The minimally supported version of Gutenberg by the plugin. |
| 22 | 22 | * |
| 23 | 23 | * @var string |
| 24 | 24 | */ |
| 25 | - const MINIMUM_SUPPORTED = '12.8.0'; | |
| 25 | + public const MINIMUM_SUPPORTED = '23.9.0'; | |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * Holds the current version. |
| 29 | 29 | * |