Skip to content

Commit

Permalink
Fix version value
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Feb 4, 2019
1 parent ed41f8c commit e11bbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTTP
VERSION = "5.0.0-pre"
VERSION = "5.0.0.pre"
end

0 comments on commit e11bbf7

Please sign in to comment.