update version number to 0.23.0

This commit is contained in:
Gregory Becker 2024-11-13 01:04:58 -08:00 committed by Todd Gamblin
parent 08f1cf9ae2
commit c6d4037758
No known key found for this signature in database
GPG Key ID: C16729F1AACF66C6

View File

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