fix Makefile; update schema.sql; bump patch version

This commit is contained in:
Ian Norden
2021-02-24 16:02:29 -06:00
parent 211ec12009
commit 36fe35123f
3 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 3 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Patch = 1 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)