%PDF- %PDF-
| Direktori : /www/varak.net/losik.varak.net/vendor/nette/nette/Nette/ |
| Current File : /www/varak.net/losik.varak.net/vendor/nette/nette/Nette/Framework.php |
<?php
/**
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/
declare(strict_types=1);
namespace Nette;
/**
* Framework version.
*/
class Framework
{
public const
NAME = 'Nette Framework',
VERSION = '3.2',
VERSION_ID = 30200,
REVISION = '';
}