Skip to content

Commit 08202dc

Browse files
committed
release v3.0.2
1 parent e2a42d1 commit 08202dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ For a complete list of the changes made from release to release, see the [CHANGE
1212

1313
----------
1414

15-
### Finalize support for PHP v8.2. Also addresses issues in v3.0.1 and Prepares for v3.0.2.
15+
### Address issues in v3.0.0rc1/3.0.1, incorporate changes found in v2.7.2

exponent_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// the info for the "next" version if we are a pre-release from the repository
5151
define('EXPONENT_VERSION_MAJOR', 3);
5252
define('EXPONENT_VERSION_MINOR', 0);
53-
define('EXPONENT_VERSION_REVISION', 2);
53+
define('EXPONENT_VERSION_REVISION', 3);
5454
define('EXPONENT_VERSION_TYPE', 'develop');
5555
define('EXPONENT_VERSION_ITERATION', '');
5656
define('EXPONENT_VERSION_BUILDDATE', time());

0 commit comments

Comments
 (0)