Skip to content

Commit 5a8d3b7

Browse files
committed
Bump version to 0.34.0
1 parent 1ce6daf commit 5a8d3b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/FsAutoComplete/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ open System.Reflection
55
[<assembly: AssemblyTitleAttribute("FsAutoComplete")>]
66
[<assembly: AssemblyProductAttribute("FsAutoComplete")>]
77
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
8-
[<assembly: AssemblyVersionAttribute("0.33.0")>]
9-
[<assembly: AssemblyFileVersionAttribute("0.33.0")>]
8+
[<assembly: AssemblyVersionAttribute("0.34.0")>]
9+
[<assembly: AssemblyFileVersionAttribute("0.34.0")>]
1010
do ()
1111

1212
module internal AssemblyVersionInformation =
1313
let [<Literal>] AssemblyTitle = "FsAutoComplete"
1414
let [<Literal>] AssemblyProduct = "FsAutoComplete"
1515
let [<Literal>] AssemblyDescription = "A command line tool for interfacing with FSharp.Compiler.Service over a pipe."
16-
let [<Literal>] AssemblyVersion = "0.33.0"
17-
let [<Literal>] AssemblyFileVersion = "0.33.0"
16+
let [<Literal>] AssemblyVersion = "0.34.0"
17+
let [<Literal>] AssemblyFileVersion = "0.34.0"

0 commit comments

Comments
 (0)