org-persist: Update index version

This commit is contained in:
Ihor Radchenko 2022-01-12 20:32:58 +08:00
parent 38a681fdae
commit dafa32da49
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -102,7 +102,7 @@
(require 'org-id)
(require 'xdg nil t)
(defconst org-persist--storage-version "2.0"
(defconst org-persist--storage-version "2.1"
"Persistent storage layout version.")
(defgroup org-persist nil