Skip to content

Commit

Permalink
Update Dagger yml and README with new latest version number.
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 413700921
  • Loading branch information
bcorso authored and Dagger Team committed Dec 2, 2021
1 parent 745d30c commit 822e3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ release.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

DAGGER_TAG = "2.40.3"
DAGGER_SHA = "240df4d54649483d60eb5d00cd64dd2ce04e80adc3a04bf9db8b1bf06dc4b9d3"
DAGGER_TAG = "2.40.4"
DAGGER_SHA = "b180a6ac1ecc24497848fff1a1886849e5c089da601955c34b9ffcfea7794616"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit 822e3c9

Please sign in to comment.