diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-08 00:16:26 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-05-08 00:16:26 +0200 |
commit | 5bca42b04941ce132426100b5f99da096b5402b6 (patch) | |
tree | 4699ee800e13d23053a6e392536a5a8cb3e98c7d | |
parent | e1ba7dd7a976b2ce076b9361f761dd51cdf4b4ec (diff) |
Version 0.4.0v0.4.0
-rw-r--r-- | MODULE.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index dfd2fb5..6c224af 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: BSD-3-Clause -module(name = "asl") +module(name = "asl", version = "0.4.0") bazel_dep(name = "platforms", version = "0.0.11") bazel_dep(name = "rules_license", version = "1.0.0") |