We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68dcea commit 6d29620Copy full SHA for 6d29620
1 file changed
exponent_version.php
@@ -24,11 +24,11 @@
24
/** exdoc
25
* This is the major version number of Exponent; the 2 in 2.34.2-beta3
26
*/
27
- define('EXPONENT_VERSION_MAJOR', 3);
+ define('EXPONENT_VERSION_MAJOR', 2);
28
29
* This is the minor version number of Exponent; the 34 in 2.34.2-beta3
30
31
- define('EXPONENT_VERSION_MINOR', 0);
+ define('EXPONENT_VERSION_MINOR', 7);
32
33
* This is the revision version number of Exponent; the 2 in 2.34.2-beta3
34
0 commit comments