1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 01:34:42 +00:00

bump version

This commit is contained in:
deadc0de6
2017-03-29 19:15:19 +02:00
parent 57f04f4c3c
commit 679fa3a4b7

View File

@@ -15,7 +15,7 @@ from installer import Installer
from dotfile import Dotfile
from config import Cfg
VERSION = '0.1'
VERSION = '0.2'
DEF_DOTFILES = 'dotfiles'
CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
LOG = Logger()