diff --git a/mglib/storage.py b/mglib/storage.py index eb36bd3..764740a 100644 --- a/mglib/storage.py +++ b/mglib/storage.py @@ -360,6 +360,8 @@ class Storage: ) dest_page_num += 1 + return dest_doc_path.version + 1 + class FileSystemStorage(Storage): pass