diff options
| author | mokha <mokha@cisco.com> | 2019-02-06 09:55:24 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-02-06 09:55:24 -0700 |
| commit | 7101ff16afe96540446a4256be3d33577a8b9392 (patch) | |
| tree | 3125e591b73a39277c000e87d0af739ec56bccd8 /lib/net/hippie/version.rb | |
| parent | 3275edae294dd25fa0784ce9e58c3a47c1d178d9 (diff) | |
send path instead of full uri.v0.2.4
Some servers do not respond well to sending the full path and rely on
the path instead.
Diffstat (limited to 'lib/net/hippie/version.rb')
| -rw-r--r-- | lib/net/hippie/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/hippie/version.rb b/lib/net/hippie/version.rb index d05f6fe..65ff437 100644 --- a/lib/net/hippie/version.rb +++ b/lib/net/hippie/version.rb @@ -2,6 +2,6 @@ module Net module Hippie - VERSION = '0.2.3' + VERSION = '0.2.4' end end |
