Skip to content

Commit

Permalink
org-persist: Bump storage version to ignore bugged persisted data
Browse files Browse the repository at this point in the history
* lisp/org-persist.el (org-persist--storage-version): Bump version to
avoid loading recently broken persisted element cache.
  • Loading branch information
yantar92 committed Jun 29, 2022
1 parent aa5bc2c commit 26878e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/org-persist.el
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
(declare-function org-at-heading-p "org" (&optional invisible-not-ok))


(defconst org-persist--storage-version "2.4"
(defconst org-persist--storage-version "2.5"
"Persistent storage layout version.")

(defgroup org-persist nil
Expand Down

0 comments on commit 26878e2

Please sign in to comment.