| @@ -7,13 +7,13 @@ | ||
| 7 | 7 | * Author URI: https://codesnippets.pro |
| 8 | 8 | * License: GPL-2.0-or-later |
| 9 | 9 | * License URI: license.txt |
| 10 | 10 | * Text Domain: code-snippets |
| 11 | - * Version: 3.10.1 | |
| 11 | + * Version: 4.0.0-beta.2 | |
| 12 | 12 | * Requires PHP: 7.4 |
| 13 | 13 | * Requires at least: 5.5 |
| 14 | 14 | * |
| 15 | - * @version 3.10.1 | |
| 15 | + * @version 4.0.0-beta.2 | |
| 16 | 16 | * @package Code_Snippets |
| 17 | 17 | * @author Shea Bunge <[email protected]> |
| 18 | 18 | * @copyright 2012-2026 Code Snippets Pro |
| 19 | 19 | * @license GPL-2.0-or-later https://spdx.org/licenses/GPL-2.0-or-later.html |
| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | * Should be set to the same value as set above. |
| 37 | 37 | * |
| 38 | 38 | * @const string |
| 39 | 39 | */ |
| 40 | - define( 'CODE_SNIPPETS_VERSION', '3.10.1' ); | |
| 40 | + define( 'CODE_SNIPPETS_VERSION', '4.0.0-beta.2' ); | |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | 43 | * The full path to the main file of this plugin. |
| 44 | 44 | * |