release gotcha 1.0.4 (#39007)

This commit is contained in:
Hariharan Devarajan 2023-07-20 10:59:52 -07:00 committed by GitHub
parent ebdaa766ae
commit e087f3bf93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ class Gotcha(CMakePackage):
homepage = "https://github.com/LLNL/gotcha"
git = "https://github.com/LLNL/gotcha.git"
maintainers("hariharan-devarajan")
tags = ["e4s"]
version("develop", branch="develop")
version("master", branch="master")
version("1.0.4", commit="08a5279cef051ed39bc92c5f77f55ca5b41a405e")
version("1.0.4", tag="1.0.4")
version("1.0.3", tag="1.0.3")
version("1.0.2", tag="1.0.2")
version("0.0.2", tag="0.0.2")