From 706e19912bcea855e398def9c3b6b9c102089345 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 10 Jul 2024 16:59:33 +0200 Subject: [PATCH] adjust version number in documentation Signed-off-by: beorn7 --- docs/querying/basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querying/basics.md b/docs/querying/basics.md index b7584adbad..1c72adb3e5 100644 --- a/docs/querying/basics.md +++ b/docs/querying/basics.md @@ -83,7 +83,7 @@ Examples: NaN -As of version 2.53, float literals can also be represented using the syntax of time durations, where the time duration is converted into a float value corresponding to the number of seconds the time duration represents. This is an experimental feature and might still change. +As of version 2.54, float literals can also be represented using the syntax of time durations, where the time duration is converted into a float value corresponding to the number of seconds the time duration represents. This is an experimental feature and might still change. Examples: @@ -235,7 +235,7 @@ Here are some examples of valid time durations: 10s -As of version 2.53, time durations can also be represented using the syntax of float literals, implying the number of seconds of the time duration. This is an experimental feature and might still change. +As of version 2.54, time durations can also be represented using the syntax of float literals, implying the number of seconds of the time duration. This is an experimental feature and might still change. Examples: