Version bump.
--- a/src/stomp.nim Wed May 15 14:53:03 2019 -0700
+++ b/src/stomp.nim Wed May 15 14:54:55 2019 -0700
@@ -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 @@
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).