Skip to content

Commit

Permalink
chore: add module version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 19, 2023
1 parent a906d3c commit 4f57817
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
module(name = "ecsact_cli")
module(
name = "ecsact_cli",
version = "0.1.1",
compatibility_level = 1,
)

bazel_dep(name = "nlohmann_json", version = "3.11.2")
bazel_dep(name = "rules_cc", version = "0.0.8")
Expand Down

0 comments on commit 4f57817

Please sign in to comment.