lib/notion/version.rb in notion-ruby-client-0.0.8 vs lib/notion/version.rb in notion-ruby-client-0.1.0.pre.beta1

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Notion - VERSION = '0.0.8' - NOTION_REQUEST_VERSION = '2021-05-13' + VERSION = '0.1.0-beta1' + NOTION_REQUEST_VERSION = '2021-08-16' end