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.0.31-alpha001
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerfx committed Feb 24, 2017
1 parent 6329835 commit 872c171
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.0.29")>]
[<assembly: AssemblyFileVersionAttribute("0.0.29")>]
[<assembly: AssemblyVersionAttribute("0.0.31")>]
[<assembly: AssemblyFileVersionAttribute("0.0.31")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.29"
let [<Literal>] InformationalVersion = "0.0.29"
let [<Literal>] Version = "0.0.31"
let [<Literal>] InformationalVersion = "0.0.31"

0 comments on commit 872c171

Please sign in to comment.