Skip to content

Commit 76e20da

Browse files
committed
update to v2.7.1patch1
1 parent 9107f10 commit 76e20da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

exponent_version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
/** exdoc
3737
* This specifies the type of release, either 'alpha','beta','release-candidate' or '' (for stable).
3838
*/
39-
define('EXPONENT_VERSION_TYPE', '');
39+
define('EXPONENT_VERSION_TYPE', 'patch');
4040
/** exdoc
4141
* This number is bumped each time a distribution of a single version is
4242
* released. For instance, the 3rd beta has an version type iteration of 3.
4343
*/
44-
define('EXPONENT_VERSION_ITERATION', ''); // only applies to betas, alphas, or release candidates
44+
define('EXPONENT_VERSION_ITERATION', '1'); // only applies to betas, alphas, or release candidates
4545
/** exdoc
4646
* This is the date that this version of Exponent was released.
4747
*/
48-
define('EXPONENT_VERSION_BUILDDATE', 1676073601);
48+
define('EXPONENT_VERSION_BUILDDATE', 1678230000);
4949
} else {
5050
// the info for the "next" version if we are a pre-release from the repository
5151
define('EXPONENT_VERSION_MAJOR', 2);

0 commit comments

Comments
 (0)