Skip to content

Commit bc1e1d2

Browse files
Bump version to 0.5.10
1 parent b53f2ee commit bc1e1d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FSharp.Configuration/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Configuration")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Configuration")>]
66
[<assembly: AssemblyDescriptionAttribute("The FSharp.Configuration project contains type providers for the configuration of .NET projects.")>]
7-
[<assembly: AssemblyVersionAttribute("0.5.9")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.5.9")>]
7+
[<assembly: AssemblyVersionAttribute("0.5.10")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.5.10")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.5.9"
12+
let [<Literal>] Version = "0.5.10"

0 commit comments

Comments
 (0)