summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-08-28 14:07:42 +1000
committerMaxime Coste <mawww@kakoune.org>2021-08-28 14:07:42 +1000
commitbc11f972c53cbf445972e726e9e908f9e1929892 (patch)
treec9c747772e2659cb7553f318f0397b6ac719e7dc /src/main.cc
parent13eb5a677f574bca3034d4427495a8756c33aecf (diff)
Kakoune 2021.08.28
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index f3a4aef9..eb2fbd74 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
- 0,
+ 20210828,
"» {+u}write <filename>{} will refuse to overwrite without {+u}-force{}\n"
"» {+u}$kak_command_fifo{} support\n"
"» {+u}set-option -remove{} support\n"