FIX: updated version to master (wrong reference point)

This commit is contained in:
evilhero 2013-01-13 14:12:34 -05:00
parent 72ec23c897
commit 7f685b9897
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
MYLAR_VERSION = "development"
MYLAR_VERSION = "master"

View File

@ -21,7 +21,7 @@ from mylar import logger, version
import lib.simplejson as simplejson
user = "evilhero"
branch = "development"
branch = "master"
def runGit(args):