Skip to content

Commit

Permalink
Bump version number to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Apr 14, 2022
1 parent 5e0eb1f commit 912109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

#: major, minor, patch version for Spack, in a tuple
spack_version_info = (0, 17, 1)
spack_version_info = (0, 17, 2)

#: String containing Spack version joined with .'s
spack_version = '.'.join(str(v) for v in spack_version_info)
Expand Down

0 comments on commit 912109d

Please sign in to comment.