Skip to content

Commit

Permalink
release v1.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Smith committed Feb 23, 2022
1 parent 3d9ef67 commit 8604878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.60.0
1.60.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lightstep Terraform Provider

⚠️ *Beta* This provider is still under active development and we're working on adding new features and functionality.
⚠️ This provider is still under active development and we're working on adding new features and functionality.

- Website: https://www.terraform.io
- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)
Expand All @@ -9,7 +9,7 @@

## Requirements

- [Terraform](https://www.terraform.io/downloads.html) v1.1.x
- [Terraform](https://www.terraform.io/downloads.html) v1.x+

## Using the provider

Expand All @@ -20,7 +20,7 @@ terraform {
required_providers {
lightstep = {
source = "lightstep/lightstep"
version = "1.60.0"
version = "1.60.1"
}
}
}
Expand Down

0 comments on commit 8604878

Please sign in to comment.