You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at e602008... Merge pull request #1856 from pi-hole/release/v3.2.1
The commit hash that you posted is the v3.3 hash, so you are running version 3.3, but for some reason you are getting a version mismatch. The tags haven't mapped to the release hash. Will take a look at this further.