From abe9927f7005c4a55a72dd78235753983eab626a Mon Sep 17 00:00:00 2001 From: Vedant Koditkar Date: Fri, 17 Sep 2021 22:55:28 +0530 Subject: [PATCH] =?UTF-8?q?Change=20default=20notion=20version=20to=202021?= =?UTF-8?q?-08-16=20=F0=9F=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b2a413b4..5844bd6e 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 = "2021-05-13"; + internal static string DEFAULT_NOTION_VERSION = "2021-08-16"; } }