Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Release v0.1.55
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Sillevis <[email protected]>
  • Loading branch information
DeviaVir committed Aug 27, 2020
1 parent 2be2a54 commit a99cb9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ GOTAGS ?=
GOMAXPROCS ?= 8

# Get the project metadata
GOVERSION := 1.14
GOVERSION := 1.15
PKG_NAME := gsuite
PROJECT := github.com/DeviaVir/terraform-provider-$(PKG_NAME)
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
NAME := $(notdir $(PROJECT))
VERSION := 0.1.54
VERSION := 0.1.55
EXTERNAL_TOOLS = \
github.com/golang/dep/cmd/dep

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DeviaVir/terraform-provider-gsuite

go 1.14
go 1.15

require (
github.com/hashicorp/terraform-plugin-sdk v1.13.0
Expand Down

0 comments on commit a99cb9f

Please sign in to comment.