Commit 722997e
committed
fix: avoid exclusion of v0.12.2.3 from platform identifier
v0.12.2.3 is the last version to use the old platform identification
scheme but the less than check inadvertently excludes it. Let's correct
that and set it to less than the v0.12.3.x series instead as that marks
the start the newer identification scheme1 parent fb2648a commit 722997e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments