Officially push version to 0.2.0

This commit is contained in:
Wuzzy 2016-08-02 00:01:51 +02:00
parent 283b441743
commit f6aa1cf27f

View File

@ -2,7 +2,7 @@ doc = {}
doc.VERSION = {}
doc.VERSION.MAJOR = 0
doc.VERSION.MINOR = 1
doc.VERSION.MINOR = 2
doc.VERSION.PATCH = 0
doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH