Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Dec 23, 2015
1 parent df7b34e commit bebdd48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Exira.EventStore/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Exira.EventStore")>]
[<assembly: AssemblyProductAttribute("Exira.EventStore")>]
[<assembly: AssemblyDescriptionAttribute("Exira.EventStore is an F# implementation for EventStore (https://geteventstore.com/)")>]
[<assembly: AssemblyVersionAttribute("0.5.13")>]
[<assembly: AssemblyFileVersionAttribute("0.5.13")>]
[<assembly: AssemblyMetadataAttribute("githash","5eb896b09f83b2f9748862ed26e7f09fa8591d0f")>]
[<assembly: AssemblyVersionAttribute("0.6.14")>]
[<assembly: AssemblyFileVersionAttribute("0.6.14")>]
[<assembly: AssemblyMetadataAttribute("githash","df7b34e897f30729c2b803436f1f7161efe65cb6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.13"
let [<Literal>] Version = "0.6.14"

0 comments on commit bebdd48

Please sign in to comment.