Change version of the Game to be 0.1.0
This commit is contained in:
+5
-2
@@ -22,10 +22,13 @@ class Game
|
||||
$this->eventManager = $eventManager;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the current version of the core, conforming to Semantic Versioning.
|
||||
* @return string The current version, in x.y.z format.
|
||||
*/
|
||||
public static function getVersion(): string
|
||||
{
|
||||
// Conforms to semantic versioning.
|
||||
return '0.0.1';
|
||||
return '0.1.0';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user