com.github.alexdlaird.ngrok.installer.NgrokVersion Maven / Gradle / Ivy
/*
* Copyright (c) 2021-2024 Alex Laird
*
* SPDX-License-Identifier: MIT
*/
package com.github.alexdlaird.ngrok.installer;
/**
* An enum for the list of supported major ngrok
versions.
*/
public enum NgrokVersion {
V2,
V3
}