Skip to content

Commit

Permalink
Version v1.0.0-rc.8
Browse files Browse the repository at this point in the history
Changes:

  - Remove default GenServer timeouts
  • Loading branch information
lucaong committed Mar 8, 2021
1 parent edca312 commit bf76ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ For more details, read the [API documentation](https://hexdocs.pm/cubdb/CubDB.ht

```elixir
def deps do
[{:cubdb, "~> 1.0.0-rc.7"}]
[{:cubdb, "~> 1.0.0-rc.8"}]
end
```

Expand Down
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 CubDB.Mixfile do
def project do
[
app: :cubdb,
version: "1.0.0-rc.7",
version: "1.0.0-rc.8",
elixir: "~> 1.7",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit bf76ecf

Please sign in to comment.