FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I kept forgetting to bump my VERSION file – so I built a tool to fix that
How-ToMachine Learning

I kept forgetting to bump my VERSION file – so I built a tool to fix that

via Dev.toMichael Baas3h ago

Every few weeks it happened: I'd push code, lean back — and then realize I forgot to update the VERSION file. Again. Not a disaster. But annoying enough that I started thinking about fixing it. The problem I work on many projects in parallel. Each has a VERSION file that I maintain manually. The problem is: there's no built-in reminder. Nothing tells you "hey, you changed files since the last version bump." You just have to remember. And I kept not remembering. The solution I built I built VerBump — a small Windows tool that shows all my projects in one window and highlights in orange which ones have source files newer than the current VERSION file. One glance, and I know exactly what needs bumping before I push. Bumping itself is keyboard-driven: Ctrl+1 for Patch, Ctrl+2 for Minor, Ctrl+3 for Major. No mouse, no dialogs, done in two seconds. The "set it and forget it" mode For projects where I really don't want to think about it at all, VerBump can install a Git pre-commit hook. It bl

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

Before We Write a Single Data Structure, We Need to Talk
How-To

Before We Write a Single Data Structure, We Need to Talk

Medium Programming • 3h ago

How-To

How to implement the Outbox pattern in Go and Postgres

Lobsters • 4h ago

The Hidden Algorithm Behind Google Maps Traffic!!!!
How-To

The Hidden Algorithm Behind Google Maps Traffic!!!!

Medium Programming • 4h ago

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 9h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 10h ago

Discover More Articles