We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d1ce7 commit 1170c95Copy full SHA for 1170c95
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased](https://github.com/yCodeTech/valet-windows/tree/master)
9
10
+## [3.1.0](https://github.com/yCodeTech/valet-windows/tree/v3.1.0) - 2024-02-28
11
+
12
### Added
13
14
- Added new `parity` command to get a calculation of the percentage of parity completion against Laravel Valet for macOS.
cli/version.php
@@ -3,4 +3,4 @@
3
/**
4
* @var string $version The version of Laravel Valet Windows.
5
*/
6
-$version = '3.0.0';
+$version = '3.1.0';
0 commit comments