aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWanying Ding <wanyingd@google.com>2024-02-28 14:20:34 -0800
committerDagger Team <dagger-dev+copybara@google.com>2024-02-28 14:22:42 -0800
commita06ed06d92e712a0227d9d97044c52305600b065 (patch)
tree5394d01b363995eea64ebddd0cfd7620a429ab6c
parent0786d0af598028098849cb88a16b72549f238dcc (diff)
downloaddagger2-a06ed06d92e712a0227d9d97044c52305600b065.tar.gz
Update Dagger yml and README with new latest version number.
RELNOTES=N/A PiperOrigin-RevId: 611227707
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f5c0145e..300dc933d 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ release.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
DAGGER_TAG = "2.50"
-DAGGER_SHA = "764993ba2465551c181b84b47e467f86fb367d8c0cd50154bd5519a4afb57753"
+DAGGER_SHA = "de18b83a7b8ca43f5ab604d41228e11805ee5c0e4aa229d3e692addd994e6ff8"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,