We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1143453 commit c807b31Copy full SHA for c807b31
.bcr/source.template.json
@@ -1,5 +1,5 @@
1
{
2
"integrity": "",
3
- "strip_prefix": "{REPO}-{TAG}",
+ "strip_prefix": "{REPO}-{VERSION}",
4
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
5
}
MODULE.bazel
@@ -7,7 +7,7 @@
7
8
module(
9
name = "psi",
10
- version = "0.6.0.dev241224",
+ version = "0.6.0.dev250123",
11
compatibility_level = 1,
12
)
13
0 commit comments