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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerfx committed May 1, 2017
1 parent 0ed5ccf commit 6946d21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/kafunk/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
namespace System
namespace System
open System.Reflection

[<assembly: AssemblyTitleAttribute("kafunk")>]
[<assembly: AssemblyProductAttribute("kafunk")>]
[<assembly: AssemblyDescriptionAttribute("F# client for Kafka")>]
[<assembly: AssemblyVersionAttribute("0.0.40")>]
[<assembly: AssemblyFileVersionAttribute("0.0.40")>]
[<assembly: AssemblyVersionAttribute("0.1.0")>]
[<assembly: AssemblyFileVersionAttribute("0.1.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.0.40"
let [<Literal>] InformationalVersion = "0.0.40"
let [<Literal>] Version = "0.1.0"
let [<Literal>] InformationalVersion = "0.1.0"

0 comments on commit 6946d21

Please sign in to comment.