Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit a718146

Browse files
committed
Bump version to 0.1.2-alpha
1 parent 7bc4f82 commit a718146

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/kafunk/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("kafunk")>]
55
[<assembly: AssemblyProductAttribute("kafunk")>]
66
[<assembly: AssemblyDescriptionAttribute("F# client for Kafka")>]
7-
[<assembly: AssemblyVersionAttribute("0.1.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.1.1")>]
7+
[<assembly: AssemblyVersionAttribute("0.1.2")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.1.2")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.1.1"
13-
let [<Literal>] InformationalVersion = "0.1.1"
12+
let [<Literal>] Version = "0.1.2"
13+
let [<Literal>] InformationalVersion = "0.1.2"
3.87 MB
Binary file not shown.

0 commit comments

Comments
 (0)