for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace JmLeroux\Components\Core;
class Version
{
const VERSION = '0.1.0';
public function getVersion()
return static::VERSION;
}