summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-14 06:29:18 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-21 09:45:20 +0200
commitd44ffdad4285bf2a1c0b044e07ef1b18c7d50de1 (patch)
treeeab47f31cd405f88fa8f1b753f622b0d09707c3e /VERSION
parentb484667d15932cd4a7e03a3a2c1135e7500eee4b (diff)
downloadfreeipa-d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1.tar.gz
freeipa-d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1.tar.xz
freeipa-d44ffdad4285bf2a1c0b044e07ef1b18c7d50de1.zip
cert: add object plugin
Implement cert as an object with methods rather than a bunch of loosely related commands. https://fedorahosted.org/freeipa/ticket/5381 Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index faf10e3e8..32e9b79dc 100644
--- a/VERSION
+++ b/VERSION
@@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
-IPA_API_VERSION_MINOR=193
-# Last change: schema: remove `no_cli` from command schema
+IPA_API_VERSION_MINOR=194
+# Last change: cert: add object plugin