src/stomp.nim
changeset 9 ad53c6500712
parent 8 363f275588ea
child 10 d63cce6d1a09
--- a/src/stomp.nim	Sun Apr 04 15:56:16 2021 -0700
+++ b/src/stomp.nim	Sun Apr 04 16:12:19 2021 -0700
@@ -58,7 +58,7 @@
     uri
 
 const
-    VERSION = "0.1.2" ## The current program version.
+    VERSION = "0.1.3" ## The current program version.
     NULL    = "\x00"  ## The NULL character.
     CR      = "\r"    ## The carriage return character.
     CRLF    = "\r\n"  ## Carriage return + Line feed (EOL).