Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd95521a authored by Romain Hunault's avatar Romain Hunault
Browse files

Add getter for Display version

parent 3d2abc7f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -248,6 +248,14 @@
            return $this->version;
        }

        /**
         * Get the version of the current build
         * @return string the version value
         */
        public function getDisplayVersion() {
            return $this->displayVersion;
        }

    	/* Utility / Internal */

        /**