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


In reply to Re^2: berrybrew version 1.40 released by stevieb
in thread berrybrew version 1.40 released by stevieb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.