Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Mar 22, 2016
1 parent ffec17a commit 5b89db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ let nugetDir = @".\nuget\"
let nugetDeployDir = @"[Enter_NuGet_Url]"
let packagesDir = @".\packages\"

let mutable previousVersion = "1.9.4"
let mutable version = "1.10.0" //Copy this into previousVersion before publishing packages...
let mutable previousVersion = "1.10.0"
let mutable version = "1.10.1" //Copy this into previousVersion before publishing packages...
let mutable build = buildVersion
let mutable nugetVersion = version
let mutable asmVersion = version
Expand Down

0 comments on commit 5b89db3

Please sign in to comment.