Skip to content

Commit

Permalink
Bump version to 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Sep 11, 2015
1 parent 10ea05d commit 02ed2ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FsAutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsAutoComplete")>]
[<assembly: AssemblyProductAttribute("FsAutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.24.0")>]
[<assembly: AssemblyFileVersionAttribute("0.24.0")>]
[<assembly: AssemblyVersionAttribute("0.24.1")>]
[<assembly: AssemblyFileVersionAttribute("0.24.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.24.0"
let [<Literal>] Version = "0.24.1"
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.24.1 - 11.09.2015

* Fix StackOverflowException and encoding issue: #70.

#### 0.24.0 - 04.09.2015

* Backwards-incompatible: do not format help text, leave that to the
Expand Down

0 comments on commit 02ed2ab

Please sign in to comment.