From c3cebaecf9123957c565f07af04023fcaaf25eee Mon Sep 17 00:00:00 2001 From: Hafiz Muhammad Moaz Date: Mon, 7 Sep 2026 19:37:37 +0500 Subject: [PATCH] chore: set Webisters::VERSION to 2.0.0 --- src/Webisters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Webisters.php b/src/Webisters.php index 6eebc0c..c481e61 100644 --- a/src/Webisters.php +++ b/src/Webisters.php @@ -17,5 +17,5 @@ final class Webisters /** * The Webisters version. */ - public const VERSION = '1.0.0'; + public const VERSION = '2.0.0'; }