11 lines
327 B
Ruby
11 lines
327 B
Ruby
#-------------------------------------------------------------------------
|
|
# Copyright (c) Microsoft Open Technologies, Inc.
|
|
# All Rights Reserved. Licensed under the MIT License.
|
|
#--------------------------------------------------------------------------
|
|
|
|
module VagrantPlugins
|
|
module HyperV
|
|
VERSION = "0.0.1"
|
|
end
|
|
end
|