FIX: incorrect branch set during last merge

This commit is contained in:
evilhero 2014-03-19 13:58:28 -04:00
parent 250630abac
commit 90d3b8949e
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):