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.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerfx committed Sep 26, 2017
1 parent 4600efb commit f15a401
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.4")>]
[<assembly: AssemblyFileVersionAttribute("0.1.4")>]
[<assembly: AssemblyVersionAttribute("0.1.5")>]
[<assembly: AssemblyFileVersionAttribute("0.1.5")>]
do ()

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

0 comments on commit f15a401

Please sign in to comment.