Skip to content

Commit

Permalink
Release constraint on cookbook version (#900)
Browse files Browse the repository at this point in the history
Allow update of minor versions
  • Loading branch information
chouetz authored Jul 26, 2023
1 parent a578e4b commit 252230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 252230c

Please sign in to comment.