aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-07-15 22:34:10 -0400
committerPaul Duncan <pabs@pablotron.org>2016-07-15 22:34:10 -0400
commit90ba74e86ce1b87be052fc80dd69416cadd5e8dd (patch)
treea65bf2b384844b9da92c495483b00f83fb8a1ed2 /src
parenta73eefe161f06ea0da1c6dc487453817a193f153 (diff)
downloadguff-90ba74e86ce1b87be052fc80dd69416cadd5e8dd.tar.bz2
guff-90ba74e86ce1b87be052fc80dd69416cadd5e8dd.zip
update version string
Diffstat (limited to 'src')
-rw-r--r--src/guff.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff.cr b/src/guff.cr
index 4fde62b..251f01c 100644
--- a/src/guff.cr
+++ b/src/guff.cr
@@ -6,7 +6,7 @@ require "secure_random"
require "sqlite3"
module Guff
- VERSION = "0.1.0"
+ VERSION = "20160715"
end
require "./guff/**"