diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2018-03-23 16:43:22 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-03-23 14:43:22 -0700 |
commit | 666e8e3a9b932324e2776114beb3d0bfae0addf1 (patch) | |
tree | 2ffb5cf0aa0c05e15a30f7e55c8fd9146e29d13c | |
parent | 1c169ead8b78b11dbafabaa96a1f76b6f7768aa5 (diff) | |
download | spack-666e8e3a9b932324e2776114beb3d0bfae0addf1.tar.gz spack-666e8e3a9b932324e2776114beb3d0bfae0addf1.tar.bz2 spack-666e8e3a9b932324e2776114beb3d0bfae0addf1.tar.xz spack-666e8e3a9b932324e2776114beb3d0bfae0addf1.zip |
Increment Spack version (#7565)
-rw-r--r-- | lib/spack/spack/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index ee310c2c3a..4d34d71614 100644 --- a/lib/spack/spack/__init__.py +++ b/lib/spack/spack/__init__.py @@ -96,7 +96,7 @@ from spack.package_prefs import PackageTesting # Initialize various data structures & objects at the core of Spack. #----------------------------------------------------------------------------- # Version information -spack_version = Version("0.11.0") +spack_version = Version("0.11.2") # Set up the default packages database. |