1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 16:08:54 +00:00

bump version

This commit is contained in:
deadc0de6
2017-09-08 13:52:39 +02:00
parent 333bd1ae27
commit 9781877556

View File

@@ -15,7 +15,7 @@ from installer import Installer
from dotfile import Dotfile
from config import Cfg
VERSION = '0.3'
VERSION = '0.4'
CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
LOG = Logger()
HOSTNAME = os.uname()[1]