Commit 9d35877
committed
Fix regex to only update VERSION, not PROTOCOL_VERSION
Use word boundary (\b) in regex to ensure we only match VERSION constant,
not PROTOCOL_VERSION. This prevents accidentally updating the protocol
version when bumping the package version.1 parent 09e11c1 commit 9d35877
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
| 125 | + | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments