FileConfiguration.java

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.storage.file;

/*
 * Gets the SDK information for this library component.
 */
class FileConfiguration {
    //TODO: Eventually remove these hardcoded strings with https://github.com/Azure/azure-sdk-for-java/issues/3141
    static final String NAME = "azure-storage-file";
    static final String VERSION = "12.0.0-preview.4";
}