diff --git a/.bcr/source.template.json b/.bcr/source.template.json index e68c53b47..4f1481990 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 97d656eed..c34621789 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -14,7 +14,7 @@ module( name = "kuscia", - version = "0.13.0b1", + version = "v0.13.0b1", compatibility_level = 1, )