Skip to content

Commit a3d4a79

Browse files
committed
chore: bump version to 1.0.6
- Updated CURSOR_RULES_VERSION constant from 1.0.5 to 1.0.6 - Preparing for v1.0.6 release
1 parent 9d0660b commit a3d4a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
declare(strict_types=1);
2121

2222
// Define constants.
23-
define('CURSOR_RULES_VERSION', '1.0.5');
23+
define('CURSOR_RULES_VERSION', '1.0.6');
2424
define('CURSOR_RULES_DIR', '.cursor/rules');
2525
define('CURSOR_DIR', '.cursor');
2626

0 commit comments

Comments
 (0)