diff --git a/.bcr/source.template.json b/.bcr/source.template.json index e68c53b..4f14819 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "", - "strip_prefix": "{REPO}-{TAG}", + "strip_prefix": "{REPO}-{VERSION}", "url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz" } diff --git a/MODULE.bazel b/MODULE.bazel index ef44cfe..89ae127 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -7,7 +7,7 @@ module( name = "psi", - version = "0.6.0.dev241224", + version = "0.6.0.dev250123", compatibility_level = 1, )