Skip to content

Commit

Permalink
Bumped version value.
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Parker <joshua@joshuaparker.dev>
  • Loading branch information
nomadicjosh committed Dec 11, 2024
1 parent 254960e commit d0e2046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App/Application/Devflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ private function init(): void

public function release(): string
{
return '1.0.0-rc.7';
return '1.0.0';
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0e2046

Please sign in to comment.