commit e09a98f27a8c2d9fc7abb4ec0aec79016bc50a0b
parent bc9acae758a8e84c15032d635d37c0917911bc48
Author: Brian C. Lane <bcl@brianlane.com>
Date: Sat, 11 Mar 2017 17:25:17 -0800
Version 1.0.0
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/clortho.py b/src/clortho.py
@@ -1,6 +1,6 @@
# clortho - A simple key/value server
#
-# Copyright 2014 by Brian C. Lane <bcl@brianlane.com>
+# Copyright 2014-2017 by Brian C. Lane <bcl@brianlane.com>
# All Rights Reserved
#
# This program is free software; you can redistribute it and/or modify
@@ -25,7 +25,7 @@ import argparse
import pickle
from aiohttp import web
-VERSION = "0.1"
+VERSION = "1.0.0"
args = None
keystore = {}