From 330f7f63e79c443cbaa62e833cad6015e057a41e Mon Sep 17 00:00:00 2001 From: David Daily Date: Tue, 21 Jan 2020 05:07:29 -0600 Subject: [PATCH] Update 'func.ahk' forgot to change the version... --- func.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func.ahk b/func.ahk index 73b98d2..9ed32c5 100644 --- a/func.ahk +++ b/func.ahk @@ -3,7 +3,7 @@ SendMode, Input FileEncoding, UTF-8 ; Makes sure the special characters dont break stuff SetWorkingDir, %A_MyDocuments%\D3K ; Make sure we can find the .ahks linked below -d3k_version = 2.6 ; The current version +d3k_version = 2.7 ; The current version ini = %A_MyDocuments%\D3Ksettings.ini ; Where the settings ini is