diff --git a/App/Application/Devflow.php b/App/Application/Devflow.php index 8fe340e..8cc43e1 100644 --- a/App/Application/Devflow.php +++ b/App/Application/Devflow.php @@ -55,6 +55,6 @@ private function init(): void public function release(): string { - return '1.0.0-rc.7'; + return '1.0.0'; } } diff --git a/README.md b/README.md index 5c35566..fa5907a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ and maintainable applications. Perfect for developers seeking a robust, modern s To create a new project, run the following command: ```bash -composer create-project getdevflow/cmf:1.0.0-rc.7 my-app-name +composer create-project getdevflow/cmf:1.0.0 my-app-name ``` ## 🕑 Releases