Skip to content

Commit

Permalink
-changer updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
boulmers committed Jun 10, 2020
1 parent 89d4b3b commit ec2594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/DigiHotkey.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Process, Priority, , H
main:
SetWorkingDir % A_ScriptDir

global _dhkVersion := "0.1.0"
global _dhkVersion := "0.2.0"

logFile := PathCombine( A_WorkingDir, "..\config\DigiHotkey.log")
global _Logger := new DgLogger( logFile )
Expand Down

0 comments on commit ec2594b

Please sign in to comment.