Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
* Fixes softlocks by running out of consumers due to deferred import
* Fixes IO errors on Ruby  < 2.3 in uncompress
* Fix SSH diagnose task running into racing conditions
* Minor fixes
  • Loading branch information
2called-chaos committed Apr 10, 2018
1 parent 1b2c0df commit 4c97ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.1.0
2 changes: 1 addition & 1 deletion lib/db_sucker/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module DbSucker
VERSION = "3.0.3"
VERSION = "3.1.0"
UPDATE_URL = "https://raw.githubusercontent.com/2called-chaos/db_sucker/master/VERSION"
end

0 comments on commit 4c97ca6

Please sign in to comment.