and increment version

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/2.0 2.0.1
Nico Schottelius 14 years ago
parent ca3644b73a
commit 412778206c
  1. 2
      bin/cdist

@ -57,7 +57,7 @@ REMOTE_GLOBAL_EXPLORER_DIR = os.path.join(REMOTE_CONF_DIR, "explorer")
CODE_HEADER = "#!/bin/sh -e\n"
DOT_CDIST = ".cdist"
TYPE_PREFIX = "__"
VERSION = "2.0.0"
VERSION = "2.0.1"
logging.basicConfig(level=logging.INFO, format='%(levelname)s: %(message)s')
log = logging.getLogger()

Loading…
Cancel
Save