]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Merge pull request #13042 from annando/support-probe
[friendica.git] / src / App.php
index 553c6f29536115b766a6a3f27bc77cadbb5fad55..0d860638b1ecbd18789423e68be03372c7939e3a 100644 (file)
@@ -64,7 +64,7 @@ class App
 {
        const PLATFORM = 'Friendica';
        const CODENAME = 'Giant Rhubarb';
-       const VERSION  = '2023.03-rc';
+       const VERSION  = '2023.06-dev';
 
        // Allow themes to control internal parameters
        // by changing App values in theme.php
@@ -532,7 +532,7 @@ class App
        /**
         * Provide a sane default if nothing is chosen or the specified theme does not exist.
         *
-        * @return string Current theme's stylsheet path
+        * @return string Current theme's stylesheet path
         * @throws Exception
         */
        public function getCurrentThemeStylesheetPath(): string