[SEBA-979] Update Cordctl version in siab.md

Change-Id: Iee0d8f6ecbaf3da1b788347c4baa668afd2fe1d0
diff --git a/profiles/seba/siab.md b/profiles/seba/siab.md
index ee99501..4a71b05 100644
--- a/profiles/seba/siab.md
+++ b/profiles/seba/siab.md
@@ -240,7 +240,7 @@
 Install the `cordctl` command line tool:
 
 ```bash
-export CORDCTL_VERSION=1.1.2
+export CORDCTL_VERSION=v1.1.5
 export CORDCTL_PLATFORM=linux-amd64
 curl -L -o /tmp/cordctl "https://github.com/opencord/cordctl/releases/download/$CORDCTL_VERSION/cordctl-$CORDCTL_PLATFORM"
 sudo mv /tmp/cordctl /usr/local/bin/cordctl