From a52685cfe0b3d758b25315e9a60e1d43b61519d5 Mon Sep 17 00:00:00 2001 From: taojy123 Date: Sun, 26 Jan 2020 12:56:18 +0800 Subject: [PATCH] Update valval.v --- valval.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/valval.v b/valval.v index 215ee73..e35e8a2 100644 --- a/valval.v +++ b/valval.v @@ -12,8 +12,8 @@ import ( ) const ( - VERSION = '0.1.1' - V_VERSION = '0.1.23' + VERSION = '0.1.2' + V_VERSION = '0.1.24' HTTP_404 = 'HTTP/1.1 404 Not Found\r\nContent-Type: text/plain\r\n\r\n404 Not Found' HTTP_413 = 'HTTP/1.1 413 Request Entity Too Large\r\nContent-Type: text/plain\r\n\r\n413 Request Entity Too Large' HTTP_500 = 'HTTP/1.1 500 Internal Server Error\r\nContent-Type: text/plain\r\n\r\n500 Internal Server Error'