Skip to content

Commit b7ae925

Browse files
committed
fixed version number
1 parent 5e46159 commit b7ae925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bootstrap-build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ System.Environment.CurrentDirectory <- __SOURCE_DIRECTORY__
44
let file = System.IO.Path.Combine("packages", "Xake.Core.dll")
55
if not (System.IO.File.Exists file) then
66
printf "downloading xake.core assembly..."; System.IO.Directory.CreateDirectory("packages") |> ignore
7-
let url = "https://github.com/OlegZee/Xake/releases/download/v0.1.2/Xake.Core.dll"
7+
let url = "https://github.com/OlegZee/Xake/releases/download/v0.1.3/Xake.Core.dll"
88
use wc = new System.Net.WebClient() in wc.DownloadFile(url, file + "__"); System.IO.File.Move(file + "__", file)
99
printfn ""
1010

0 commit comments

Comments
 (0)