X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/packbundle/blobdiff_plain/017fca0b76b793ae2c5aa1778c31ecc2d6de14df..368d8a6320af4d5e8c1d8e8a89239b207593c5b9:/RapsysPackBundle.php?ds=sidebyside

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index 7be0f82..e773042 100644
--- a/RapsysPackBundle.php
+++ b/RapsysPackBundle.php
@@ -46,4 +46,14 @@ class RapsysPackBundle extends Bundle {
 		//Return underscored lowercase bundle alias
 		return Container::underscore(substr(static::class, $npos, $bpos));
 	}
+
+	/**
+	 * Return bundle version
+	 *
+	 * @return string The bundle version
+	 */
+	public static function getVersion(): string {
+		//Return version
+		return '0.2.5';
+	}
 }