Skip to content

Commit 1170c95

Browse files
committed
Version bump
1 parent 67d1ce7 commit 1170c95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/yCodeTech/valet-windows/tree/master)
99

10+
## [3.1.0](https://github.com/yCodeTech/valet-windows/tree/v3.1.0) - 2024-02-28
11+
1012
### Added
1113

1214
- Added new `parity` command to get a calculation of the percentage of parity completion against Laravel Valet for macOS.

cli/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* @var string $version The version of Laravel Valet Windows.
55
*/
6-
$version = '3.0.0';
6+
$version = '3.1.0';

0 commit comments

Comments
 (0)