diff --git a/admin-ui/src/main/resources/openapi-admin-ui.yaml b/admin-ui/src/main/resources/openapi-admin-ui.yaml
index 8c5ddb944..d23d291db 100644
--- a/admin-ui/src/main/resources/openapi-admin-ui.yaml
+++ b/admin-ui/src/main/resources/openapi-admin-ui.yaml
@@ -5,7 +5,7 @@ info:
description:
This API provides information on Knowledge Engine Runtimes (todo), Smart Connectors, Knowledge Bases, and Knowledge
Interactions in a Knowledge Engine Network.
- version: 1.2.5
+ version: 1.2.6-SNAPSHOT
paths:
/rest/admin/sc/all/{include-meta}:
diff --git a/pom.xml b/pom.xml
index 2a965715c..2fb579c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
17
17
17
- 1.2.5
+ 1.2.6-SNAPSHOT
diff --git a/smart-connector-rest-server/src/main/resources/openapi-sc.yaml b/smart-connector-rest-server/src/main/resources/openapi-sc.yaml
index 7e36aa7e0..d93b01532 100644
--- a/smart-connector-rest-server/src/main/resources/openapi-sc.yaml
+++ b/smart-connector-rest-server/src/main/resources/openapi-sc.yaml
@@ -7,7 +7,7 @@ info:
Interactions are (un)registered and data is exchanged. Each Smart Connector
is coupled with a Knowledge Base Id, so every rest call uses this Knowledge
Base Id to identify yourself.
- version: 1.2.5
+ version: 1.2.6-SNAPSHOT
paths:
/sc: