Skip to content

Commit c17895a

Browse files
authored
Bump version to 0.9.2 (#192)
Automated version bump (patch) to 0.9.2
2 parents caef15e + 34e2ae3 commit c17895a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO111MODULE=on
1010

1111
PLUGINS_DIR=~/.terraform.d/plugins
1212
PLUGIN_PATH=onelogin.com/onelogin/onelogin
13-
VERSION=0.9.1
13+
VERSION=0.9.2
1414

1515
clean:
1616
rm -r ${DIST_DIR}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform {
3030
required_providers {
3131
onelogin = {
3232
source = "onelogin/onelogin"
33-
version = "0.9.1"
33+
version = "0.9.2"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)