Merge pull request #7470 from MikeMcQuaid/clt-linux

os/linux: add MacOS::CLT.version.
This commit is contained in:
Mike McQuaid 2020-04-30 16:42:16 +01:00 committed by GitHub
commit 566cec4b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,5 +68,13 @@ module OS
Version::NULL
end
end
module CLT
module_function
def version
Version::NULL
end
end
end
end