Version number corrupted after upgrade?

Now that the upstream v65 tag is annotated I’ve done my best to convert my /root/mailinabox clone to match upstream again. Here’s the following commands I ran to successfully get the annotated tag on my system.

A warning to everyone. I’m no git expert and I would gladly see someone who’s better a git offer a cleaner way to do this. I say that because this procedure gets all the tags from origin, not just v65, but it’s what I’ve got. Follow this at your own risk:

As “root” from the /root/mailinabox directory, you will first delete the tag then fetch tags from upstream:

git tag -d v65
git fetch -t

You can confirm this is the annotated tag by running, "git show v65" afterwards, and you can see the annotation Josh added to the tag:

root@mail:~/mailinabox# git show v65
tag v65
Tagger: Joshua Tauberer <jt@occams.info>
Date:   Mon Oct 30 08:42:14 2023 -0400

Version 65 (October 27, 2023)
-----------------------------

* Roundcube updated to 1.6.4 fixing a security vulnerability.
* zpush.sh updated to version 2.7.1.
* Fixed a typo in the control panel.