Skip to content

Commit

Permalink
updating version info
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Nov 23, 2023
1 parent b3cd320 commit 5b23712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A [Terraform](terraform.io) provider for F5 BigIP LTM.

# Requirements
- [Terraform](https://www.terraform.io/downloads.html) > 0.12.x
- [Go](https://golang.org/doc/install) 1.19 (to build the provider plugin)
- [Go](https://golang.org/doc/install) v1.21.3 (to build the provider plugin)

# F5 BigIP LTM requirements

Expand Down
2 changes: 1 addition & 1 deletion bigip/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bigip

// ProviderVersion is set at build-time in the release process
var ProviderVersion = "1.20.0"
var ProviderVersion = "1.20.1"

0 comments on commit 5b23712

Please sign in to comment.