<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Michael Baas</title>
    <description>The latest articles on Forem by Michael Baas (@michael_baas_289ec57e936b).</description>
    <link>https://forem.com/michael_baas_289ec57e936b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3847793%2Fc84cc912-b04a-4a19-9a41-d097a9dabf4b.jpg</url>
      <title>Forem: Michael Baas</title>
      <link>https://forem.com/michael_baas_289ec57e936b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/michael_baas_289ec57e936b"/>
    <language>en</language>
    <item>
      <title>I kept forgetting to bump my VERSION file – so I built a tool to fix that</title>
      <dc:creator>Michael Baas</dc:creator>
      <pubDate>Sat, 28 Mar 2026 14:32:15 +0000</pubDate>
      <link>https://forem.com/michael_baas_289ec57e936b/i-kept-forgetting-to-bump-my-version-file-so-i-built-a-tool-to-fix-that-17b4</link>
      <guid>https://forem.com/michael_baas_289ec57e936b/i-kept-forgetting-to-bump-my-version-file-so-i-built-a-tool-to-fix-that-17b4</guid>
      <description>&lt;p&gt;Every few weeks it happened: I'd push code, lean back — and then realize &lt;br&gt;
I forgot to update the VERSION file. Again.&lt;/p&gt;

&lt;p&gt;Not a disaster. But annoying enough that I started thinking about fixing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;And I kept not remembering.&lt;/p&gt;

&lt;h2&gt;
  
  
  The solution I built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;VerBump&lt;/strong&gt; — 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.&lt;/p&gt;

&lt;p&gt;One glance, and I know exactly what needs bumping before I push.&lt;/p&gt;

&lt;p&gt;Bumping itself is keyboard-driven: &lt;code&gt;Ctrl+1&lt;/code&gt; for Patch, &lt;code&gt;Ctrl+2&lt;/code&gt; for Minor, &lt;br&gt;
&lt;code&gt;Ctrl+3&lt;/code&gt; for Major. No mouse, no dialogs, done in two seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  The "set it and forget it" mode
&lt;/h2&gt;

&lt;p&gt;For projects where I really don't want to think about it at all, VerBump can install a Git pre-commit hook. It blocks the commit automatically if VERSION is stale — before the push even happens.&lt;/p&gt;

&lt;p&gt;That's the version I use for my most active projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical bits
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Built with C# / .NET 8 / WinForms&lt;/li&gt;
&lt;li&gt;Ships as a single self-contained &lt;code&gt;.exe&lt;/code&gt; — no installer, no runtime needed&lt;/li&gt;
&lt;li&gt;Supports SemVer, CalVer, and custom sequential schemes&lt;/li&gt;
&lt;li&gt;Multilingual (EN/DE, more via &lt;code&gt;lang.xx.json&lt;/code&gt; drop-in)&lt;/li&gt;
&lt;li&gt;MIT licensed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkzx3lq960l9punl8k1u5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkzx3lq960l9punl8k1u5.png" alt=" " width="800" height="549"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Honest reflection
&lt;/h2&gt;

&lt;p&gt;It saves me more worry, rework, and time than I spent building it.&lt;/p&gt;

&lt;p&gt;If you work on multiple projects in parallel and maintain VERSION files, &lt;br&gt;
give it a try. Feedback very welcome!&lt;/p&gt;

&lt;p&gt;→ &lt;a href="https://github.com/mbaas2/VerBump" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; · &lt;br&gt;
&lt;a href="https://mbaas2.github.io/VerBump/" rel="noopener noreferrer"&gt;Website&lt;/a&gt;&lt;/p&gt;

</description>
      <category>developer</category>
      <category>dotnet</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
