diff options
author | Wuzzy <almikes@aol.com> | 2016-12-19 01:11:38 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-19 01:11:38 +0100 |
commit | c2c68b303464223766b1177ef9a620aa6a489205 (patch) | |
tree | 334ba9739a117019a3382f9123549d2eef4ae70d /init.lua | |
parent | 1b9c901c8132e548d4edf4d62f7a0ab91e10eac0 (diff) |
Version 0.11.0
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ doc = {} -- Version number (follows the SemVer specification 2.0.0) doc.VERSION = {} doc.VERSION.MAJOR = 0 -doc.VERSION.MINOR = 10 +doc.VERSION.MINOR = 11 doc.VERSION.PATCH = 0 doc.VERSION.STRING = doc.VERSION.MAJOR.."."..doc.VERSION.MINOR.."."..doc.VERSION.PATCH |