bump version to 0.24.0.dev0 (#47578)

This commit is contained in:
Harmen Stoppels 2024-11-13 13:05:14 +01:00 committed by GitHub
parent 41d9f687f6
commit be918817d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
import spack.util.git
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__ = "0.23.0.dev0"
__version__ = "0.24.0.dev0"
spack_version = __version__