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.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Nov 27, 2015
1 parent 5eb896b commit 937afcd
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.4.12")>]
[<assembly: AssemblyFileVersionAttribute("0.4.12")>]
[<assembly: AssemblyMetadataAttribute("githash","85af95f026039486fd298319a7558d0451a448f3")>]
[<assembly: AssemblyVersionAttribute("0.5.13")>]
[<assembly: AssemblyFileVersionAttribute("0.5.13")>]
[<assembly: AssemblyMetadataAttribute("githash","5eb896b09f83b2f9748862ed26e7f09fa8591d0f")>]
do ()

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

0 comments on commit 937afcd

Please sign in to comment.