-
Edward Docs 1.6.7
+
Edward Docs 1.7.0
yext/edward
diff --git a/docs/sudo/index.html b/docs/sudo/index.html
index 1d8bb3a9..7c1591c9 100644
--- a/docs/sudo/index.html
+++ b/docs/sudo/index.html
@@ -134,7 +134,7 @@
- Edward Docs 1.6.7
+ Edward Docs 1.7.0
yext/edward
diff --git a/docs_src/config.toml b/docs_src/config.toml
index b981aed8..b0474ded 100755
--- a/docs_src/config.toml
+++ b/docs_src/config.toml
@@ -18,7 +18,7 @@ publishDir = "../docs"
provider = "GitHub"
repo_url = "https://github.com/yext/edward"
- version = "1.6.7"
+ version = "1.7.0"
#logo = "images/logo.png"
favicon = ""
diff --git a/main.go b/main.go
index 6a74e85c..a878c7e7 100644
--- a/main.go
+++ b/main.go
@@ -33,7 +33,7 @@ import (
var logger *log.Logger
-const edwardVersion = "1.6.7"
+const edwardVersion = "1.7.0"
func main() {