Skip to content

Commit

Permalink
udpate to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Archibald authored and Chris Archibald committed Sep 17, 2024
1 parent 57eed30 commit be4d871
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.2.0 ()
# 2.0.0 ()

FEATURES:
* **provider**: add `aws_lambda` option. ([#262](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/262))
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
required_providers {
netapp-ontap = {
source = "NetApp/netapp-ontap"
version = "1.2.0"
version = "2.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
var (
// these will be set by the goreleaser configuration
// to appropriate values for the compiled binary
version string = "1.2.0"
version string = "2.0.0"

// goreleaser can also pass the specific commit if you want
// commit string = ""
Expand Down
2 changes: 1 addition & 1 deletion scripts/bd_scan.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ help_and_exit () {

# change these 2 values to reflect your project name and version:
export DETECT_PROJECT_NAME="Terraform NetApp ONTAP Provider"
export DETECT_PROJECT_VERSION_NAME=1.2.0
export DETECT_PROJECT_VERSION_NAME=2.0.0
export DETECT_CODE_LOCATION_NAME="${DETECT_PROJECT_NAME}_${DETECT_PROJECT_VERSION_NAME}_code"
export DETECT_BOM_AGGREGATE_NAME="${DETECT_PROJECT_NAME}_${DETECT_PROJECT_VERSION_NAME}_bom"

Expand Down

0 comments on commit be4d871

Please sign in to comment.