From a88865cd3845156d106983098d5b16a523801df9 Mon Sep 17 00:00:00 2001 From: Oliver Earl Date: Tue, 3 Dec 2024 13:22:05 +0000 Subject: [PATCH] Add version --- src/NomiAI.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/NomiAI.php b/src/NomiAI.php index 22e6eba..2458e7e 100755 --- a/src/NomiAI.php +++ b/src/NomiAI.php @@ -27,6 +27,11 @@ class NomiAI */ public const string DEFAULT_ENDPOINT = 'https://api.nomi.ai'; + /** + * The version of the API. + */ + final public const string VERSION = '1.0.0'; + /** * NomiAI constructor. */