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: 620322505
  • Loading branch information
wanyingd1996 authored and Dagger Team committed Mar 29, 2024
1 parent 8689679 commit d201736
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 @@ -38,8 +38,8 @@ release.

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

DAGGER_TAG = "2.51"
DAGGER_SHA = "de18b83a7b8ca43f5ab604d41228e11805ee5c0e4aa229d3e692addd994e6ff8"
DAGGER_TAG = "2.51.1"
DAGGER_SHA = "cc9b29fd12f7dcb18a49340dabdc02010a777d8d28079e6cdcd2e0c8f3ecf1a2"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit d201736

Please sign in to comment.