mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Version compatible Check
Increase version compatibility to 1.0 - 1.9
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user