main: add -dev suffix to version

This commit is contained in:
Ayke van Laethem
2019-05-30 00:45:11 +02:00
committed by Ron Evans
parent da85710894
commit 23c8d15847
+1 -1
View File
@@ -2,4 +2,4 @@ package main
// version of this package.
// Update this value before release of new version of software.
const version = "0.6.0"
const version = "0.7.0-dev"