Skip to content

Commit

Permalink
Adding missing and bumping version (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergero authored and arpunk committed Dec 20, 2017
1 parent 6d75556 commit 00672b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/chronik/store.ex
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ defmodule Chronik.Store do

@adapter adapter

defdelegate current_version(), to: @adapter
defdelegate append(aggregate, events, opts \\ [version: :any]), to: @adapter
defdelegate snapshot(aggregate, state, version), to: @adapter
defdelegate get_snapshot(aggregate), to: @adapter
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Chronik.Mixfile do
use Mix.Project

@version "0.1.6"
@version "0.1.7"

def project do
[
Expand Down

0 comments on commit 00672b4

Please sign in to comment.