diff options
Diffstat (limited to 'src/ZipStream.php')
-rw-r--r-- | src/ZipStream.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZipStream.php b/src/ZipStream.php index 437ff1d..8648b9f 100644 --- a/src/ZipStream.php +++ b/src/ZipStream.php @@ -14,6 +14,8 @@ namespace Pablotron\ZipStream; /** * Current version of ZipStream. + * + * @api */ const VERSION = '0.3.0'; |