From 8a08b31a4c5348d1ac2de49296a2ef9d1d4705c9 Mon Sep 17 00:00:00 2001 From: Renee Li Date: Thu, 29 Aug 2024 15:22:21 -0400 Subject: [PATCH] chang readme version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b1448..dffada9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Include the following ServiceNow package version in your `packages.yml` file: ```yml packages: - package: fivetran/servicenow - version: [">=0.2.0", "<0.3.0"] # we recommend using ranges to capture non-breaking changes automatically + version: [">=0.3.0", "<0.4.0"] # we recommend using ranges to capture non-breaking changes automatically ``` ## Step 3: Define database and schema variables