From fb267b3218e31bc4fc8713c67a501ab8d37728dd Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Sat, 24 Feb 2018 22:26:15 +0000 Subject: [PATCH] bumped to 0.0.1 --- lib/httpx/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index a7b8d9f4..8f33aeea 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.0.0" + VERSION = "0.0.1" end