summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-16 10:19:25 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-20 16:39:12 +0200
commitd0cfe37a7ebda848abd32fc46129e7844da5a9be (patch)
treee32311a7479428c2ea83d6f27942a944ec6337f2 /VERSION
parent91faf3ecd7708409350c8c5961833cbde202b2b2 (diff)
downloadfreeipa-d0cfe37a7ebda848abd32fc46129e7844da5a9be.tar.gz
freeipa-d0cfe37a7ebda848abd32fc46129e7844da5a9be.tar.xz
freeipa-d0cfe37a7ebda848abd32fc46129e7844da5a9be.zip
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 <dkupka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
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