From 252230c04ca0594e29c701c703c7175863c75c94 Mon Sep 17 00:00:00 2001 From: Nicolas Schweitzer Date: Wed, 26 Jul 2023 19:12:38 +0200 Subject: [PATCH] Release constraint on cookbook version (#900) Allow update of minor versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f8eb7d..d128fb4f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following Opscode cookbooks are dependencies: 1. Add the cookbook to your Chef server with [Berkshelf][5] or [Knife][6]: ```text # Berksfile - cookbook 'datadog', '~> 4.0.0' + cookbook 'datadog', '~> 4.0' ``` ```shell