// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. // Minimum version of the mattermost-plugin-agents required for mobile support export const MINIMUM_MAJOR_VERSION = 1; export const MINIMUM_MINOR_VERSION = 4; export const MINIMUM_PATCH_VERSION = 0;