Skip to content

Commit 0833096

Browse files
committed
upgrade to NAM.dll 1.3.0
1 parent 2e89274 commit 0833096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/adv_nam_dll.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- This file defines advisor messages related to the NAM DLL.
44

55
-- Note that this Lua file is not intended for distribution with the DLL itself, but for distribution with the NAM DBPF files to ensure compatibility between NAM and DLL.
6-
nam_dll_version_expected = "1.2.3" -- needs to be updated whenever a new DLL version is released
6+
nam_dll_version_expected = "1.3.0" -- needs to be updated whenever a new DLL version is released
77

88
local _cached_result = nil
99
function is_nam_dll_correct()

0 commit comments

Comments
 (0)