diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-21 14:01:23 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-06 18:25:04 +0200 |
commit | 12a20d0905b0d3e7e0f4c9ec8ee619f683256d71 (patch) | |
tree | 1bb57ff825500b3b00a9e0fbb4e07c6e6aa56530 /Makefile | |
parent | 6a7bde4d4fefc609f9f1d1204520879a5a0fd526 (diff) |
Bump to v0.2.0
Change to 0.2.0 due to changes about agent-config.json file search logic (see
commit 3f1c6dbe6b6)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Makefile used to build XDS daemon Web Server # Application Version -VERSION := 0.1.0 +VERSION := 0.2.0 # Syncthing version to install SYNCTHING_VERSION = 0.14.28 |