From 585d98fb1d0bf8a01ef0df5138c56f83ed84eee5 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Tue, 7 Nov 2017 10:44:01 +0200 Subject: [PATCH] version 0.2.2 --- src/http/proxy/server/version.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/proxy/server/version.cr b/src/http/proxy/server/version.cr index 0c9f470..3c83650 100644 --- a/src/http/proxy/server/version.cr +++ b/src/http/proxy/server/version.cr @@ -1,3 +1,3 @@ module HTTP::Proxy::Server - VERSION = "0.2.1" + VERSION = "0.2.2" end