bug 583 on scalling with config primitives

Change-Id: I4739d66259c60652f57093fd1f957a9f24d8402b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_lcm/lcm.py b/osm_lcm/lcm.py
index ff90ff1..7f3342d 100644
--- a/osm_lcm/lcm.py
+++ b/osm_lcm/lcm.py
@@ -28,8 +28,8 @@
 min_n2vc_version = "0.0.2"
 min_common_version = "0.1.11"
 # uncomment if LCM is installed as library and installed, and get them from __init__.py
-lcm_version = '0.1.24'
-lcm_version_date = '2018-11-16'
+lcm_version = '0.1.25'
+lcm_version_date = '2018-11-20'
 
 
 class Lcm: