acr/version.go (7 lines of code) (raw):

package acr // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. // UserAgent returns the UserAgent string to use when sending http.Requests. func UserAgent() string { return "Azure-SDK-For-Go/0.0.0 acr/2019-07-15-preview" } // Version returns the semantic version (see http://semver.org) of the client. func Version() string { return "0.0.0" }