From 504d1bf8668968cfc40221e166982866ef313e17 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 1 May 2019 20:10:52 -0400 Subject: [PATCH] release: v1.7.0 --- api/constants.go | 2 +- db/20190501201032-v1.7.0.sql | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 db/20190501201032-v1.7.0.sql diff --git a/api/constants.go b/api/constants.go index 675af63..078febe 100644 --- a/api/constants.go +++ b/api/constants.go @@ -1,3 +1,3 @@ package main -var version = "v1.6.2" +var version = "v1.7.0" diff --git a/db/20190501201032-v1.7.0.sql b/db/20190501201032-v1.7.0.sql new file mode 100644 index 0000000..9d4fff9 --- /dev/null +++ b/db/20190501201032-v1.7.0.sql @@ -0,0 +1,2 @@ +UPDATE config +SET version = 'v1.7.0';