aboutsummaryrefslogtreecommitdiff
path: root/examples/09-version.php
blob: 6360f94eecd16ed37ca283f2335793a71d4877e2 (plain)
1
2
3
4
5
6
7
<?php
declare(strict_types = 1);

require_once __DIR__ . '/../src/ZipStream.php';

# print zipstream version
echo \Pablotron\ZipStream\VERSION . "\n";