PREPPING: v2.1.0

This commit is contained in:
Thomas M. Edwards 2019-12-23 14:35:28 -06:00
parent 1bb4278938
commit e44ae8e592

View file

@ -23,7 +23,7 @@ var (
// tweegoVersion holds the current version info. // tweegoVersion holds the current version info.
tweegoVersion = versionInfo{ tweegoVersion = versionInfo{
major: 2, major: 2,
minor: 0, minor: 1,
patch: 0, patch: 0,
pre: "", pre: "",
} }