Skip to content

Commit

Permalink
Ensure that response.rb pulls in version.rb`.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 9, 2018
1 parent 31024c2 commit c1a4d9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/falcon/adapters/response.rb
Expand Up @@ -19,6 +19,8 @@
# THE SOFTWARE.

require_relative 'output'
require_relative '../version'

require 'time'

module Falcon
Expand Down
2 changes: 1 addition & 1 deletion lib/falcon/version.rb
Expand Up @@ -19,5 +19,5 @@
# THE SOFTWARE.

module Falcon
VERSION = "0.18.2"
VERSION = "0.18.3"
end

0 comments on commit c1a4d9c

Please sign in to comment.