Skip to content

Commit

Permalink
bumped go version to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Nov 4, 2021
1 parent 6280966 commit 8d5baa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ development node.
Note: make sure to wait until all services are properly started.


## Tesing with locally installed services
## Testing with locally installed services

The top level Rakefile comes with targets to start several RabbitMQ instances locally.
Make sure the corresponding binaries are in your search path. Open three shell windows and
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## Version 3.5.2
* fixed that not all available Redis servers where turned into proper slaves during a
master switch

## Version 3.5.1
* remove blank entries from server list strings
* make sure not to subscribe to any server twice
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.3.6"
const BEETLE_VERSION = "3.5.2"

// ReportVersionIfRequestedAndExit checks os.Args for the string --version,
// prints the version if found and then exits.
Expand Down

0 comments on commit 8d5baa4

Please sign in to comment.