SEBA-271 fix duplicate field numbers

Change-Id: Ic62af6ae2e18f9d9c23271f3d96896f46d9c9ca7
diff --git a/VERSION b/VERSION
index 38f77a6..e9307ca 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.1
+2.0.2
diff --git a/xos/synchronizer/models/progran.xproto b/xos/synchronizer/models/progran.xproto
index f2559d6..7f40543 100644
--- a/xos/synchronizer/models/progran.xproto
+++ b/xos/synchronizer/models/progran.xproto
@@ -56,8 +56,8 @@
     optional manytoone enodeb->ENodeB:profiles = 15 [null = True, blank = True];
     required manytoone handover->Handover:profiles = 16 [null = False, blank = False];
     optional int32 active_enodeb_id = 17 [null = True, blank = True, gui_hidden = True];
-    optional string created_by = 17 [null = True, blank = True, gui_hidden = True];
-    optional bool previously_sync = 18 [null = False, blank = True, default=False, gui_hidden = True];
+    optional string created_by = 18 [null = True, blank = True, gui_hidden = True];
+    optional bool previously_sync = 19 [null = False, blank = True, default=False, gui_hidden = True];
 }