From 3e2230e98f8c370969ce2b49a3d6eeaaa8e0e7a3 Mon Sep 17 00:00:00 2001 From: PabloKowalczyk <11366345+PabloKowalczyk@users.noreply.github.com> Date: Sun, 25 Apr 2021 14:01:51 +0200 Subject: [PATCH] Revert "Set version v3.0-dev" --- crunz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunz b/crunz index aa431c0..bb0f424 100755 --- a/crunz +++ b/crunz @@ -67,5 +67,5 @@ if ($autoloadFileFound === false) { ); } -$application = new Crunz\Application('Crunz Command Line Interface', 'v3.0-dev'); +$application = new Crunz\Application('Crunz Command Line Interface', 'v3.0.0'); $application->run();