Skip to content

Commit c3d1824

Browse files
committed
prepare 0.0.6
1 parent a6c690b commit c3d1824

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "tweag-credential-helper",
3-
version = "0.0.5",
3+
version = "0.0.6",
44
compatibility_level = 0,
55
)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Add the following to your `MODULE.bazel` if you want to perform the recommended
7373
The latest release can always be found on the [Bazel Central Registry][bcr]:
7474

7575
```starlark
76-
bazel_dep(name = "tweag-credential-helper", version = "0.0.5")
76+
bazel_dep(name = "tweag-credential-helper", version = "0.0.6")
7777
```
7878

7979
Then add the shell stub to your own workspace.

examples/testing/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
66
bazel_dep(name = "rules_go", version = "0.54.0")
77
bazel_dep(
88
name = "tweag-credential-helper",
9-
version = "0.0.5",
9+
version = "0.0.6",
1010
)
1111
local_path_override(
1212
module_name = "tweag-credential-helper",

0 commit comments

Comments
 (0)