Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcb committed Apr 30, 2015
1 parent a5f34b6 commit c877344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open Fake.NuGetHelper
open Fake.XUnit2Helper

// properties
let semanticVersion = "3.0.0"
let semanticVersion = "3.0.1"
let version = (>=>) @"(?<major>\d*)\.(?<minor>\d*)\.(?<build>\d*).*?" "${major}.${minor}.${build}.0" semanticVersion
let configuration = getBuildParamOrDefault "configuration" "Release"
let deployToNuGet = getBuildParamOrDefault "deployToNuGet" "false"
Expand Down

0 comments on commit c877344

Please sign in to comment.