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.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Dec 28, 2015
1 parent 6918373 commit f8439d5
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.7.15")>]
[<assembly: AssemblyFileVersionAttribute("0.7.15")>]
[<assembly: AssemblyMetadataAttribute("githash","1aafaa480dbcab9ea943a036c39d921abae35da0")>]
[<assembly: AssemblyVersionAttribute("0.7.16")>]
[<assembly: AssemblyFileVersionAttribute("0.7.16")>]
[<assembly: AssemblyMetadataAttribute("githash","691837363e63cd4c5ce9235c2fa605eddba6686f")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.7.15"
let [<Literal>] Version = "0.7.16"

0 comments on commit f8439d5

Please sign in to comment.