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

Commit

Permalink
Bump version to 0.1.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerfx committed Jul 14, 2017
1 parent 32d17fc commit 52ada14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/kafunk/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("kafunk")>]
[<assembly: AssemblyProductAttribute("kafunk")>]
[<assembly: AssemblyDescriptionAttribute("F# client for Kafka")>]
[<assembly: AssemblyVersionAttribute("0.1.2")>]
[<assembly: AssemblyFileVersionAttribute("0.1.2")>]
[<assembly: AssemblyVersionAttribute("0.1.3")>]
[<assembly: AssemblyFileVersionAttribute("0.1.3")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.1.2"
let [<Literal>] InformationalVersion = "0.1.2"
let [<Literal>] Version = "0.1.3"
let [<Literal>] InformationalVersion = "0.1.3"

0 comments on commit 52ada14

Please sign in to comment.