in reply to berrybrew version 1.40 released

Congratulations. And thank you for all your work on this project.

One minor question (I can file it as a bug, if you prefer) -- when I downloaded and ran the installer, the upgrade box was titled was "berrybrew 1.41 Setup". Is that just a cosmetic issue, or is the installer a minor version ahead?

Replies are listed 'Best First'.
Re^2: berrybrew version 1.40 released
by stevieb (Canon) on Aug 03, 2023 at 09:55 UTC

    You're welcome for the work, thanks for letting me know about the glitch!

    UPDATE: I've changed the master branch so that it can't be changed unless a PR is created. I frequently would update docs on master in between releases because I'm lazy. That laziness is what allowed that cherry-pick to get through :)

    It's not quite just cosmetic, but the 1.41 branch doesn't have any change (other than version) in the installer, so you're good. I must have just cherry picked something I didn't mean by accident when I was touching up documentation after releasing 1.40.

    I'm mistaken, you have uncovered a bug. I have a release script that bumps that version number on release. In the last couple of releases, I moved that code to a library so I could test building the installer outside of the release functionality. In this case, it shouldn't increase the version number to what the current branch is. In any case, it bumped the version, but I also did cherry pick a file I shouldn't have.

    I'll add a fix to the current branch, and I'll just release 1.41 today instead of reversing the accidental change.

    Thanks,

    -stevieb