package org.drjekyll.friendlycaptcha; /** The API version to use for verifying Friendly Captcha solutions. */ public enum FriendlyCaptchaVersion { /** Uses the v1 API (legacy). */ V1, /** Uses the v2 API (recommended). */ V2 }