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.26
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Jan 5, 2016
1 parent 337b000 commit c69a48c
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.25")>]
[<assembly: AssemblyFileVersionAttribute("0.8.25")>]
[<assembly: AssemblyMetadataAttribute("githash","edb7c198344de84b02b0eb1f940fc7b8cc9b846e")>]
[<assembly: AssemblyVersionAttribute("0.8.26")>]
[<assembly: AssemblyFileVersionAttribute("0.8.26")>]
[<assembly: AssemblyMetadataAttribute("githash","337b000000bbe9f14f7c8287f84e127d07a0d83f")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.8.25"
let [<Literal>] Version = "0.8.26"

0 comments on commit c69a48c

Please sign in to comment.