# HG changeset patch # User Mahlon E. Smith # Date 1557957295 25200 # Node ID 9c5ce539b0810867338eab7233df68a935b2b895 # Parent 7d977f308c759491a7700db6e5de7eab28df2514 Version bump. diff -r 7d977f308c75 -r 9c5ce539b081 src/stomp.nim --- 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 +# Copyright (c) 2016-2019, Mahlon E. Smith # 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).