From ccb8f8794d339fc3ab772ffd8db36a4146b4d764 Mon Sep 17 00:00:00 2001 From: Attogram Project Date: Mon, 18 May 2020 14:55:20 +0200 Subject: [PATCH] v0.8.2 --- src/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base.php b/src/Base.php index 9a7cd73..2a9c807 100644 --- a/src/Base.php +++ b/src/Base.php @@ -25,7 +25,7 @@ class Base { - const VERSION = '0.8.1'; + const VERSION = '0.8.2'; /** Cache Directory */ const CACHE_DIRECTORY = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'cache';