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.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Dec 29, 2015
1 parent 25063b2 commit e58e6b5
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.8.23")>]
[<assembly: AssemblyFileVersionAttribute("0.8.23")>]
[<assembly: AssemblyMetadataAttribute("githash","557bd5cf0ce7d0cd2afd11d6eb52a14031ac9f10")>]
[<assembly: AssemblyVersionAttribute("0.8.24")>]
[<assembly: AssemblyFileVersionAttribute("0.8.24")>]
[<assembly: AssemblyMetadataAttribute("githash","25063b25643266e1aa99b6c70d237cece81095d6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.8.23"
let [<Literal>] Version = "0.8.24"

0 comments on commit e58e6b5

Please sign in to comment.