From 638ba9ea676d514efc3e615eb3a5a05a6b0bc608 Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Sat, 20 Aug 2022 18:01:04 +0530 Subject: [PATCH] set default Notion-Version to 2022-06-28 --- Src/Notion.Client/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Notion.Client/Constants.cs b/Src/Notion.Client/Constants.cs index 579e3db4..5034edae 100644 --- a/Src/Notion.Client/Constants.cs +++ b/Src/Notion.Client/Constants.cs @@ -6,6 +6,6 @@ namespace Notion.Client internal class Constants { internal static string BASE_URL = "https://api.notion.com/"; - internal static string DEFAULT_NOTION_VERSION = "2022-02-22"; + internal static string DEFAULT_NOTION_VERSION = "2022-06-28"; } }