Skip to content

Commit

Permalink
version bump: 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin committed Apr 15, 2020
1 parent 740f8fe commit a3bcd88
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 @@ -5,7 +5,7 @@


#: major, minor, patch version for Spack, in a tuple
spack_version_info = (0, 14, 1)
spack_version_info = (0, 14, 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 a3bcd88

Please sign in to comment.