]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
scripts : fix next dev version calculation [no ci] (#1351)
authorDaniel Bevenius <redacted>
Thu, 25 Sep 2025 09:43:51 +0000 (11:43 +0200)
committerGitHub <redacted>
Thu, 25 Sep 2025 09:43:51 +0000 (12:43 +0300)
commit9c8dc6c739eac1754bb7acb64380b45fd2e3c265
tree51952c6e1f3621ab96fa333859ffc95738bfe78d
parent84fd368c7b7b11c07089d78457c4992bc6f96b6e
scripts : fix next dev version calculation [no ci] (#1351)

This commit updates the release script to correctly calculate the next
development version after a release.

The motivation for this is that the script currently increments the new
version for the next development cycle but the version is already set to
the updated version so this should not increment again.
scripts/release.sh