Skip to content

Commit bd89093

Browse files
author
Zach Smith
committed
Bump version
1 parent 4e2193f commit bd89093

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ erl_crash.dump
2222
# Ignore package tarball (built via "mix hex.build").
2323
exlasticsearch-*.tar
2424

25-
.elixir_ls/
25+
.elixir_ls/
26+
/tags
27+
/TAGS

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Exlasticsearch.MixProject do
22
use Mix.Project
33

4-
@version "1.6.5"
4+
@version "1.7.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)