Version bump.
authorMahlon E. Smith <mahlon@laika.com>
Wed, 15 May 2019 14:54:55 -0700
changeset 7 9c5ce539b081
parent 6 7d977f308c75
child 8 363f275588ea
Version bump.
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 <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).