Files
nibiru-framework.com/core/i/version.php

16 lines
329 B
PHP

<?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";
}