Skip to content

Commit

Permalink
bumped version to 3.0.0.rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed May 21, 2019
1 parent 4839bcb commit 777ad41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
= Release Notes

== Version 3.0.0.rc5
* ake sure to clean dedup store when ack_count is larger than 2

== Version 3.0.0.rc4
* fixed incorrect calculation of expiry time in garbage collector


== Version 3.0.0.rc3
* store redis gc stats in redis and display them in the configuration
server web UI
Expand Down
2 changes: 1 addition & 1 deletion go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// BEETLE_VERSION is displayed in the web UI and can be checked using beetle --version.
const BEETLE_VERSION = "3.0.0.rc4"
const BEETLE_VERSION = "3.0.0.rc5"

// ReportVersionIfRequestedAndExit checks os.Args for the string --version,
// prints the version if found and then exits.
Expand Down
2 changes: 1 addition & 1 deletion lib/beetle/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Beetle
VERSION = "3.0.0.rc4"
VERSION = "3.0.0.rc5"
end

0 comments on commit 777ad41

Please sign in to comment.