fix module version

This commit is contained in:
qijia 2025-12-13 08:35:44 +08:00
parent ed4cf98d9b
commit 03cc0386e1
No known key found for this signature in database
GPG Key ID: 236267CAA32A4F62
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module(
name = "icestorm",
version = "0.0.1"
version = "0.0.0-20251213"
)
bazel_dep(name = "rules_python", version = "1.4.0")