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.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerfx committed Jul 27, 2017
1 parent 4c8d3a8 commit ae4bd88
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.3")>]
[<assembly: AssemblyFileVersionAttribute("0.1.3")>]
[<assembly: AssemblyVersionAttribute("0.1.4")>]
[<assembly: AssemblyFileVersionAttribute("0.1.4")>]
do ()

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

0 comments on commit ae4bd88

Please sign in to comment.