File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" ) >]
1010do ()
1111
1212module 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"
You can’t perform that action at this time.
0 commit comments