summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/resume_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/resume_token.h')
-rw-r--r--src/mongo/db/pipeline/resume_token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/resume_token.h b/src/mongo/db/pipeline/resume_token.h
index 25318719e67..6c2b5fd5965 100644
--- a/src/mongo/db/pipeline/resume_token.h
+++ b/src/mongo/db/pipeline/resume_token.h
@@ -66,7 +66,7 @@ struct ResumeTokenData {
};
Timestamp clusterTime;
- int version = 0;
+ int version = 1;
size_t applyOpsIndex = 0;
Value documentKey;
boost::optional<UUID> uuid;