File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This is a list of plugins that need to be installed previously to enjoy all the
35
35
``` hcl
36
36
module "main" {
37
37
source = "hadenlabs/key-pair/aws"
38
- version = "0.1.0 "
38
+ version = "0.1.1 "
39
39
name = "name of key pair"
40
40
tags = {
41
41
"key": "value"
@@ -53,7 +53,7 @@ Full working examples can be found in [examples](./examples) folder.
53
53
``` hcl
54
54
module "main" {
55
55
source = "hadenlabs/key-pair/aws"
56
- version = "0.1.0 "
56
+ version = "0.1.1 "
57
57
58
58
}
59
59
```
Original file line number Diff line number Diff line change 3
3
``` hcl
4
4
module "main" {
5
5
source = "hadenlabs/key-pair/aws"
6
- version = "0.1.0 "
6
+ version = "0.1.1 "
7
7
8
8
}
9
9
```
Original file line number Diff line number Diff line change 8
8
)
9
9
10
10
// current version
11
- const dev = "0.1.0 "
11
+ const dev = "0.1.1 "
12
12
13
13
// Provisioned by ldflags
14
14
var (
@@ -22,7 +22,7 @@ func init() {
22
22
if version == "" {
23
23
version = dev
24
24
}
25
- if version == "v0.1.0 -" { // building in a directory which is not a git repository
25
+ if version == "v0.1.1 -" { // building in a directory which is not a git repository
26
26
version = dev
27
27
}
28
28
if commitHash == "" {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hadenlabs/terraform-aws-key-pair" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " terraform-aws-key-pair" ,
5
5
"author" : " Luis Mayta <slovacus@gmail.com>" ,
6
6
"license" : " LGPL-3.0" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ usage: |-
74
74
```hcl
75
75
module "main" {
76
76
source = "hadenlabs/key-pair/aws"
77
- version = "0.1.0 "
77
+ version = "0.1.1 "
78
78
name = "name of key pair"
79
79
tags = {
80
80
"key": "value"
Original file line number Diff line number Diff line change 2
2
files = package.json provision/generators/README.yaml internal/version/version.go docs/examples/common.md
3
3
commit = False
4
4
tag = False
5
- current_version = 0.1.0
5
+ current_version = 0.1.1
6
6
7
7
[bumpversion:file:setup.cfg]
8
8
search = {current_version}
You can’t perform that action at this time.
0 commit comments