Skip to content

Commit 50cf103

Browse files
committed
Bump version for next release
1 parent 5151e79 commit 50cf103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Windows/run-msmquote.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param (
77
$mnyFile = (Get-Item $mnyFile).FullName
88
$log = $env:LOCALAPPDATA + "\log\msmquote.log"
99
$jre = $env:LOCALAPPDATA + "\Programs\msmquote\bin\java.exe"
10-
$jar = $env:LOCALAPPDATA + "\Programs\msmquote\msmquote-4.1.7.jar"
10+
$jar = $env:LOCALAPPDATA + "\Programs\msmquote\msmquote-4.1.8.jar"
1111
$jreOpts = @()
1212

1313
if (Get-WinEvent -LogName msmquote/Operational -ErrorAction SilentlyContinue) {

0 commit comments

Comments
 (0)