We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b95813 commit f96e897Copy full SHA for f96e897
src/Version.php
@@ -1,5 +1,5 @@
1
<?php
2
-const MAJOR = 1;
3
-const MINOR = 8;
4
-const PATCH = 2;
+const MAJOR = "1";
+const MINOR = "9";
+const PATCH = "0";
5
0 commit comments