Add matrix support

This commit is contained in:
Wim
2017-02-20 00:49:27 +01:00
parent cd0a2beb11
commit c5cfbc2297
17 changed files with 1673 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import (
)
var (
version = "0.9.3"
version = "0.10.0-dev"
githash string
)