Skip to content

Commit

Permalink
update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGomesNegri committed Nov 13, 2021
1 parent 814aaa3 commit 8c3b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
$extraelmflags = ""
}
$ghcver = Invoke-Expression -Command "ghc --numeric-version"
$version = "1.2.1.0"
$version = "1.3.0.0"
New-Item -ItemType Directory -Force -Path out
New-Item -ItemType Directory -Force -Path out/frontend
if ($IsLinux)
Expand Down

0 comments on commit 8c3b69a

Please sign in to comment.