Commit 9358dc5
committed
fix: _save_version regex must include -lpb in version pattern
- Pattern was ^0\.0\.\d+(-dev)?$ which missed -lpb suffix
- Correct: ^0\.0\.\d+-lpb(-dev)?$
- This ensures 0.0.12-lpb-dev is correctly persisted and resolved
- Fixes "dev" tag resolving to 0.0.0-lpb-dev instead of actual version1 parent a3bd7d0 commit 9358dc5
2 files changed
Lines changed: 2 additions & 2 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments