# gutenberg/22.3.0/build/version.php

Gutenberg, version 22.3.0. 12 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/22.3.0/code/build/version.php
- Raw: https://pluginprobe.com/plugins/gutenberg/22.3.0/raw/build/version.php
- Modified: 2025-12-17T17:29:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/22.3.0/code/build/version.php#L10-L20`.

```php
<?php
/**
 * Plugin version constant - Auto-generated by build process.
 * Do not edit this file manually.
 *
 * @package gutenberg
 */

if ( ! defined( 'GUTENBERG_VERSION' ) ) {
	define( 'GUTENBERG_VERSION', '22.3.0' );
}

```
