From d0cfe37a7ebda848abd32fc46129e7844da5a9be Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 16 Jun 2016 10:19:25 +0200 Subject: schema: merge command args and options Rather than having args and options separately in command schema, merge them together and use new `positional` param flag to differentiate between them. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 24bad7ff7..34782316b 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=190 -# Last change: schema: remove output_params +IPA_API_VERSION_MINOR=191 +# Last change: schema: merge command args and options -- cgit