Skip to content

Commit

Permalink
Bumping version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Jan 29, 2018
1 parent c27ca63 commit b8c0458
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 @@ -43,7 +43,7 @@ Target "Pack" (fun () ->

Target "ReleaseGitHub" (fun _ ->

let remoteGit = "upstream"
let remoteGit = "origin"
let commitMsg = sprintf "Bumping version to %O" release.NugetVersion
let tagName = string release.NugetVersion
let gitOwner = "Krzysztof-Cieslak"
Expand Down

0 comments on commit b8c0458

Please sign in to comment.