Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Jul 2, 2019
1 parent 607ed2a commit 3e2d27a
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 @@ -11,7 +11,7 @@ let packagesPath = FullName "./src/packages"
let keyFile = FullName "./Topshelf.snk"

let assemblyVersion = "4.0.0.0"
let baseVersion = "4.2.0"
let baseVersion = "4.2.1"

let envVersion = (environVarOrDefault "APPVEYOR_BUILD_VERSION" (baseVersion + ".0"))
let buildVersion = (envVersion.Substring(0, envVersion.LastIndexOf('.')))
Expand Down

0 comments on commit 3e2d27a

Please sign in to comment.