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: 660572837
  • Loading branch information
bcorso authored and Dagger Team committed Aug 7, 2024
1 parent 3e0d349 commit 486be28
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.1"
DAGGER_SHA = "cc9b29fd12f7dcb18a49340dabdc02010a777d8d28079e6cdcd2e0c8f3ecf1a2"
DAGGER_TAG = "2.52"
DAGGER_SHA = "4062fa2cda8dab32d1961fb10ed50f40aca759149efb64dd5a08077a6fcb2fbc"
http_archive(
name = "dagger",
strip_prefix = "dagger-dagger-%s" % DAGGER_TAG,
Expand Down

0 comments on commit 486be28

Please sign in to comment.