mirror of https://github.com/evilhero/mylar
FIX: updated version to master (wrong reference point)
This commit is contained in:
parent
72ec23c897
commit
7f685b9897
|
@ -1 +1 @@
|
||||||
MYLAR_VERSION = "development"
|
MYLAR_VERSION = "master"
|
||||||
|
|
|
@ -21,7 +21,7 @@ from mylar import logger, version
|
||||||
import lib.simplejson as simplejson
|
import lib.simplejson as simplejson
|
||||||
|
|
||||||
user = "evilhero"
|
user = "evilhero"
|
||||||
branch = "development"
|
branch = "master"
|
||||||
|
|
||||||
def runGit(args):
|
def runGit(args):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue