Commit 82a3a7dd authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #1427 from NickPresta/master

Updating check for version when on devel.
parents cd35d5a1 e0b6943c
...@@ -14,6 +14,10 @@ verify_go () { ...@@ -14,6 +14,10 @@ verify_go () {
return 0 return 0
fi fi
if [[ "$2" == "devel" ]]; then
return 0
fi
local IFS=. local IFS=.
local i ver1=($1) ver2=($2) local i ver1=($1) ver2=($2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment