Skip to content

Commit

Permalink
vsn
Browse files Browse the repository at this point in the history
  • Loading branch information
pal-alex authored and 5HT committed Sep 17, 2020
1 parent b7a1877 commit d0d9b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule KVS.Mixfile do
def project do
[
app: :kvs,
version: "7.1.3",
version: "7.9.1",
description: "KVS Abstract Chain Database",
package: package(),
deps: deps()
Expand Down
2 changes: 1 addition & 1 deletion src/kvs.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, kvs,
[{description, "KVS Abstract Chain Database"},
{vsn, "7.1.3"},
{vsn, "7.9.1"},
{registered, []},
{applications, [kernel,stdlib]},
{mod, { kvs, []}},
Expand Down

0 comments on commit d0d9b94

Please sign in to comment.