1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT license.
3
4// Package version keeps the version number of the client package.
5package version
6
7// Version is the version of this client package that is communicated to the server.
8const Version = "1.2.0"