From 0eac3de22aae62a7ddc132af7562a99ee294e0a8 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Wed, 12 Aug 2020 13:24:03 -0400 Subject: [PATCH] Fix missing VERSION for running make website --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 39f2ba1a5..c6165e1c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website +VERSION?="0.3.44" # generate runs `go generate` to build the dynamically generated # source files, except the protobuf stubs which are built instead with