Skip to content

Commit c807b31

Browse files
authored
Chore: Fix .bcr & update bazel module version (#239)
1 parent 1143453 commit c807b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bcr/source.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"integrity": "",
3-
"strip_prefix": "{REPO}-{TAG}",
3+
"strip_prefix": "{REPO}-{VERSION}",
44
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
55
}

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module(
99
name = "psi",
10-
version = "0.6.0.dev241224",
10+
version = "0.6.0.dev250123",
1111
compatibility_level = 1,
1212
)
1313

0 commit comments

Comments
 (0)