Skip to content

Commit

Permalink
Remove an orphaned end clause
Browse files Browse the repository at this point in the history
  • Loading branch information
celldee committed Oct 5, 2009
1 parent 86008fd commit 2d2109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bunny.rb
Expand Up @@ -16,7 +16,7 @@ class ServerDownError < StandardError; end
class UnsubscribeError < StandardError; end
class AcknowledgementError < StandardError; end

VERSION = '0.5.4.rc2'
VERSION = '0.6.0'

# Returns the Bunny version number

Expand Down Expand Up @@ -84,4 +84,4 @@ def self.setup(version, opts)
client
end

end
end

0 comments on commit 2d2109c

Please sign in to comment.