VerBump - Never forget to bump your VERSION file again
by•
VerBump shows all your projects at a glance and highlights stale VERSION files in orange. Bump Major/Minor/Patch with one keystroke. Optional Git pre-commit hook blocks commits automatically. Single .exe, no install needed. MIT licensed.
Replies
Best
Maker
📌
Hey Product Hunt! 👋
I work on many projects in parallel and kept forgetting to bump the VERSION file before pushing. Being fundamentally lazy, I built VerBump to solve this once and for all.
Here's what it does:
- Shows all your projects at a glance, highlights stale ones in orange
- Bump Major/Minor/Patch with Ctrl+1–4 — no mouse needed
- Install a Git pre-commit hook per project that blocks commits when VERSION is stale
- Supports SemVer, CalVer, and custom sequential schemes
- Ships as a single self-contained .exe — no installer, no .NET runtime needed
It saves me more time than I spent building it. Happy to answer any questions!
GitHub: https://github.com/mbaas2/VerBump
Replies