Skip to content

Commit

Permalink
Update valval.v
Browse files Browse the repository at this point in the history
  • Loading branch information
taojy123 authored Jan 26, 2020
1 parent bf065b4 commit a52685c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions valval.v
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a52685c

Please sign in to comment.