6 ms·
I do know how git works and in my experience, while the version number sometimes doesn't get bumped until just before a release is tagged, the version number co
by jdiff 2mo ago
I do know how git works and in my experience, while the version number sometimes doesn't get bumped until just before a release is tagged, the version number comes from the codebase. If they're building something that says 1.4.0, then they have a codebase that disagrees with ours.
- Lerc 2mo agoWhere is the previous version referred to in the codebase? I'm guessing that would be the place to look for changes. If you can't find an update at that place in the codebase saying 1.4.0 you can ask where it is. It seems after doing that and not receiving an answer would be the appropriate time to start making the claims that people are throwing around. This seems like a candidate https://github.com/oven-sh/bun/commit/b18bf6d1d0a92238f240bfd125f0e3b3461b9243#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R4 https://github.com/oven-sh/bun/commit/b18bf6d1d0a92238f240bf...