Bumping version to 1.7.0-SNAPSHOT

Change-Id: Id105bf08ecbdac6d4e214ae035b4220aea90f29f
diff --git a/buck-tools/onos_stage.py b/buck-tools/onos_stage.py
index 96f153b..2d9462f 100755
--- a/buck-tools/onos_stage.py
+++ b/buck-tools/onos_stage.py
@@ -9,7 +9,7 @@
 import time
 from cStringIO import StringIO
 
-VERSION = '1.6.0' #FIXME version, and maybe git commit hash
+VERSION = '1.7.0' #FIXME version, and maybe git commit hash
 BASE = 'onos-%s/' % VERSION
 
 
@@ -64,8 +64,8 @@
                                 addFile(output, dest, oar.open(f), f.file_size)
                                 written_files.add(dest)
             elif 'features.xml' in file:
-                dest = BASE + 'apache-karaf-3.0.5/system/org/onosproject/onos-features/1.6.0-SNAPSHOT/'
-                dest += 'onos-features-1.6.0-SNAPSHOT-features.xml'
+                dest = BASE + 'apache-karaf-3.0.5/system/org/onosproject/onos-features/1.7.0-SNAPSHOT/'
+                dest += 'onos-features-1.7.0-SNAPSHOT-features.xml'
                 with open(file) as f:
                     addFile(output, dest, f, os.stat(file).st_size)
         addString(output, BASE + 'apps/org.onosproject.drivers/active', '')