Skip to content

Commit

Permalink
Bumping version to 0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Dec 15, 2018
1 parent b67331e commit 90bd155
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 0.16.8 - 2018-12-15
## 0.16.9 - 2018-12-15
* Update to ASP.NET 2.2

## 0.15.11 - 2018-11-05
Expand Down
4 changes: 2 additions & 2 deletions src/Client/ReleaseNotes.fs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module internal ReleaseNotes

let Version = "0.16.8"
let Version = "0.16.9"

let IsPrerelease = false

let Notes = """
# Release Notes
## 0.16.8 - 2018-12-15
## 0.16.9 - 2018-12-15
* Update to ASP.NET 2.2
## 0.15.11 - 2018-11-05
Expand Down
1 change: 1 addition & 0 deletions src/Server/Server.fs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ let discoverYoutubeLink (youtubeURL:string) = task {
startInfo.Arguments <- sprintf " -g \"%s\"" youtubeURL
startInfo.UseShellExecute <- false
startInfo.RedirectStandardOutput <- true
startInfo.RedirectStandardError <- true
startInfo.CreateNoWindow <- true
proc.StartInfo <- startInfo

Expand Down

0 comments on commit 90bd155

Please sign in to comment.