diff --git a/VERSION b/VERSION index 9f94fa1..1f55410 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.8.5 +10.8.6 diff --git a/src/Clarifai/Api/EventType.php b/src/Clarifai/Api/EventType.php index 14315bb..3722852 100644 --- a/src/Clarifai/Api/EventType.php +++ b/src/Clarifai/Api/EventType.php @@ -18,7 +18,7 @@ class EventType /** * APPLICATION event types : 100 - 199 * - * Generated from protobuf enum APPLICATION_CREATE = 100; + * Generated from protobuf enum APPLICATION_CREATE = 100 [(.clarifai.api.utils.description) = "Operation to create an Application"]; */ const APPLICATION_CREATE = 100; diff --git a/src/GPBMetadata/Proto/Clarifai/Api/Resources.php b/src/GPBMetadata/Proto/Clarifai/Api/Resources.php index 397f653..1bd2d01 100644 Binary files a/src/GPBMetadata/Proto/Clarifai/Api/Resources.php and b/src/GPBMetadata/Proto/Clarifai/Api/Resources.php differ