From 9f84631f5361f83ab453326d49aaa6e7f994f267 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 8 Jan 2022 13:13:30 -0800 Subject: [PATCH] Mention version config key --- docs/reference-config-file.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference-config-file.md b/docs/reference-config-file.md index ff26a409..204bd764 100644 --- a/docs/reference-config-file.md +++ b/docs/reference-config-file.md @@ -111,3 +111,7 @@ To disable colored output, set the value to `NONE`. If you set the value of any ### display_format Specifies formatter to use by default. See [formats](formats.md). + +### version +`jrnl` automatically updates this field to the version that it is running. +There is no need to change this field manually.