Skip to content

Commit 15a492c

Browse files
authored
added {5,0,0} to the check_version
1 parent 445e882 commit 15a492c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dtutils/file.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dtutils_file.libdoc = {
2323

2424
local gettext = dt.gettext
2525

26-
dt.configuration.check_version(...,{3,0,0},{4,0,0})
26+
dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})
2727

2828
-- Tell gettext where to find the .mo file translating messages for a particular domain
2929
gettext.bindtextdomain("dtutils.file",dt.configuration.config_dir.."/lua/locale/")

0 commit comments

Comments
 (0)