Version bump.
This commit is contained in:
parent
1aea3f459a
commit
ac8c26f422
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
|
|
@ -58,7 +58,7 @@ import
|
|||
uri
|
||||
|
||||
const
|
||||
VERSION = "0.1.1" ## The current program version.
|
||||
VERSION = "0.1.2" ## The current program version.
|
||||
NULL = "\x00" ## The NULL character.
|
||||
CR = "\r" ## The carriage return character.
|
||||
CRLF = "\r\n" ## Carriage return + Line feed (EOL).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue