Version compatible Check

Increase version compatibility to 1.0 - 1.9
This commit is contained in:
Steve
2020-07-13 09:39:57 -07:00
committed by GitHub
parent 6ecc0a7c0a
commit 357c382d96

View File

@@ -21,7 +21,7 @@ type Version struct {
var frameworkCompatibleRangeList = [][]string{ var frameworkCompatibleRangeList = [][]string{
{"0.0.0", "0.20.0"}, // minimum Revel version to use with this version of the tool {"0.0.0", "0.20.0"}, // minimum Revel version to use with this version of the tool
{"0.19.99", "0.30.0"}, // Compatible with Framework V 0.19.99 - 0.30.0 {"0.19.99", "0.30.0"}, // Compatible with Framework V 0.19.99 - 0.30.0
{"1.0.0", "1.1.0"}, // Compatible with Framework V 1.0 - 1.1 {"1.0.0", "1.9.0"}, // Compatible with Framework V 1.0 - 1.9
} }
// Parses a version like v1.2.3a or 1.2 // Parses a version like v1.2.3a or 1.2