Skip to content

Commit b6cb0d9

Browse files
chore(release): 3.2.3 [skip ci]
## [3.2.3](v3.2.2...v3.2.3) (2025-08-08) ### Bug Fixes * use functions instead of aliases for CI mode ([344a5c8](344a5c8))
1 parent 31bf853 commit b6cb0d9

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.3](https://github.com/mojwang/macbook-dev-setup/compare/v3.2.2...v3.2.3) (2025-08-08)
2+
3+
4+
### Bug Fixes
5+
6+
* use functions instead of aliases for CI mode ([344a5c8](https://github.com/mojwang/macbook-dev-setup/commit/344a5c8fce9a90f7c8886342a3bcdb7d040f8ba5))
7+
18
## [3.2.2](https://github.com/mojwang/macbook-dev-setup/compare/v3.2.1...v3.2.2) (2025-08-07)
29

310

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.2.3

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Simplified interface with smart defaults
55
# For macOS Apple Silicon
66

7-
VERSION="3.2.2"
7+
VERSION="3.2.3"
88

99
# Check bash version (requires bash 4+ for features like indirect expansion)
1010
check_bash_version() {

0 commit comments

Comments
 (0)