Do we need to redefine Artifact Source Path for every new deployment release (build) manually or there is a better way?

We are using Artifactory as Artifact Source.
There we have our releases (builds) for different apps uploaded in this format:
SoftwareName_2021.1.zip
SoftwareName_2021.2.zip
SoftwareName_2021.3.zip

So our first deployment in January will have artifact path:
SoftwareName_2021.1.zip

If February we need to deploy SoftwareName_2021.2.zip… and so on…

We have more than 50 services that we need to deploy (zip packages).
Does this mean that for every service we need to open every each service and modify artifact path for Artifactory manually (to modify the path to the newest release 2021.x.x for the given app)?
This seems as a lot of manual work…
I am looking maybe for entering the new release value only once and then that value should be taken into account for all services for their deployments and releases…

Thank you!