Version bump.

This commit is contained in:
Mahlon E. Smith 2019-05-15 14:54:55 -07:00
parent 1aea3f459a
commit ac8c26f422

View file

@ -1,6 +1,6 @@
# vim: set et nosta sw=4 ts=4 ft=nim : # vim: set et nosta sw=4 ts=4 ft=nim :
# #
# Copyright (c) 2016-2018, Mahlon E. Smith <mahlon@martini.nu> # Copyright (c) 2016-2019, Mahlon E. Smith <mahlon@martini.nu>
# All rights reserved. # All rights reserved.
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met: # modification, are permitted provided that the following conditions are met:
@ -58,7 +58,7 @@ import
uri uri
const const
VERSION = "0.1.1" ## The current program version. VERSION = "0.1.2" ## The current program version.
NULL = "\x00" ## The NULL character. NULL = "\x00" ## The NULL character.
CR = "\r" ## The carriage return character. CR = "\r" ## The carriage return character.
CRLF = "\r\n" ## Carriage return + Line feed (EOL). CRLF = "\r\n" ## Carriage return + Line feed (EOL).