Skip to content

Commit

Permalink
Fix .bcr template & Bump to 0.9.4.dev20250123 (#985)
Browse files Browse the repository at this point in the history
tongke6 authored Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 76a8078 commit 2b090bc
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bcr/src/source.template.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

module(
name = "spu",
version = "0.9.4.dev20250109",
version = "0.9.4.dev20250123",
compatibility_level = 1,
)

2 changes: 1 addition & 1 deletion src/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

module(
name = "spulib",
version = "0.9.4.dev20250109",
version = "0.9.4.dev20250123",
compatibility_level = 1,
)

2 changes: 1 addition & 1 deletion src/libspu/version.h
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#define SPU_VERSION "0.9.4.dev20250109"
#define SPU_VERSION "0.9.4.dev20250123"

#include <string_view>

2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SPU_VERSION = "0.9.4.dev20250109"
SPU_VERSION = "0.9.4.dev20250123"

0 comments on commit 2b090bc

Please sign in to comment.