From the gitflow examples:

develop might've been at 1.3.0-unstable.2 before the hotfix, but as soon as the hotfix is merged, GitVersion resets the number to 1.3.0-unstable.1.
We build NuGet packages off of our develop branch (e.g. 1.3.0-unstable0002) and if the counter resets, people won't get any updates.
Edit: using ContinuousDeployment on develop