Skip to content

Commit

Permalink
Add major version to go module name (#46)
Browse files Browse the repository at this point in the history
* Reflect major version in the module

* Bump to 3.0.1 and set version in README
  • Loading branch information
hugoShaka authored Nov 21, 2024
1 parent c91cc3e commit 4262993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ protoc plugin to generate Terraform Framework schema definitions and getter/sett
Install the generator binary.

```
go install github.com/gravitational/protoc-gen-terraform
go install github.com/gravitational/protoc-gen-terraform/[email protected]
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.0
v3.0.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/gravitational/protoc-gen-terraform
module github.com/gravitational/protoc-gen-terraform/v3

go 1.18

Expand Down

0 comments on commit 4262993

Please sign in to comment.