Skip to content

Commit

Permalink
Relax minimum version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Allardvm committed Jun 18, 2017
1 parent d5f902e commit dee5f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Expand Up @@ -3,7 +3,7 @@ using BinDeps
@BinDeps.setup


const MIN_VERSION = v"6.7-" # First supported version
const MIN_VERSION = v"6.0-" # First supported version
const MAX_VERSION = v"7.0-" # First unsupported version

# Set the environment variables required by some providers during the pre-init version validation.
Expand Down

0 comments on commit dee5f69

Please sign in to comment.