version.go raw

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