Skip to content

Commit 6d29620

Browse files
committed
fix release version
1 parent b68dcea commit 6d29620

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exponent_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
/** exdoc
2525
* This is the major version number of Exponent; the 2 in 2.34.2-beta3
2626
*/
27-
define('EXPONENT_VERSION_MAJOR', 3);
27+
define('EXPONENT_VERSION_MAJOR', 2);
2828
/** exdoc
2929
* This is the minor version number of Exponent; the 34 in 2.34.2-beta3
3030
*/
31-
define('EXPONENT_VERSION_MINOR', 0);
31+
define('EXPONENT_VERSION_MINOR', 7);
3232
/** exdoc
3333
* This is the revision version number of Exponent; the 2 in 2.34.2-beta3
3434
*/

0 commit comments

Comments
 (0)