nibiru framework v0.9.7 - added a new README.md to have a better understanding for the framework itself, added a versioning system with version numbers.
This commit is contained in:
15
core/i/version.php
Normal file
15
core/i/version.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Nibiru\Adapter;
|
||||
/**
|
||||
* interface IVersion
|
||||
* @project Nibiru Framework
|
||||
* @desc This is a PHP interface file, please specify the use
|
||||
* @author Stephan Kasdorf
|
||||
* @date 17.08.23
|
||||
* @time 11:25
|
||||
* @package Nibiru\Adapter
|
||||
*/
|
||||
interface IVersion
|
||||
{
|
||||
const NIBIRU_VERSION = "0.9.7";
|
||||
}
|
||||
Reference in New Issue
Block a user