Fix missing VERSION for running make website
This commit is contained in:
parent
7bc75a1804
commit
0eac3de22a
1
Makefile
1
Makefile
|
@ -1,4 +1,5 @@
|
||||||
WEBSITE_REPO=github.com/hashicorp/terraform-website
|
WEBSITE_REPO=github.com/hashicorp/terraform-website
|
||||||
|
VERSION?="0.3.44"
|
||||||
|
|
||||||
# generate runs `go generate` to build the dynamically generated
|
# generate runs `go generate` to build the dynamically generated
|
||||||
# source files, except the protobuf stubs which are built instead with
|
# source files, except the protobuf stubs which are built instead with
|
||||||
|
|
Loading…
Reference in New Issue