diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-15 22:34:34 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-15 22:34:34 -0400 |
commit | 7b3f1b9841f762eebda2bace9b76f66a4da40ab8 (patch) | |
tree | 00727ab5afa391555b6bb70f728c7e3fe1409d06 | |
parent | 90ba74e86ce1b87be052fc80dd69416cadd5e8dd (diff) | |
download | guff-7b3f1b9841f762eebda2bace9b76f66a4da40ab8.tar.bz2 guff-7b3f1b9841f762eebda2bace9b76f66a4da40ab8.zip |
add note about version
-rw-r--r-- | src/guff.cr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guff.cr b/src/guff.cr index 251f01c..13b296c 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -6,6 +6,7 @@ require "secure_random" require "sqlite3" module Guff + # TODO: think about versioning a bit (semantic, datestamp, etc) VERSION = "20160715" end |