Skip to content

Commit ed6bd87

Browse files
committed
Version v1.0.0-rc.9
Changes: - [fix] fix process (and file descriptor) leak upon compaction
1 parent d7c3515 commit ed6bd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For more details, read the [API documentation](https://hexdocs.pm/cubdb/CubDB.ht
115115

116116
```elixir
117117
def deps do
118-
[{:cubdb, "~> 1.0.0-rc.8"}]
118+
[{:cubdb, "~> 1.0.0-rc.9"}]
119119
end
120120
```
121121

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule CubDB.Mixfile do
44
def project do
55
[
66
app: :cubdb,
7-
version: "1.0.0-rc.8",
7+
version: "1.0.0-rc.9",
88
elixir: "~> 1.7",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)