lib/notion/version.rb in notion-ruby-client-1.2.1 vs lib/notion/version.rb in notion-ruby-client-1.2.2
- old
+ new
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Notion
- VERSION = '1.2.1'
+ VERSION = '1.2.2'
NOTION_REQUEST_VERSION = '2022-02-22'
end