2021-04-28 20:10:26 +02:00

10 lines
112 B
PHP

<?php
namespace PhpAmqpLib;
final class Package
{
const NAME = 'AMQPLib';
const VERSION = '2.12.2';
}