Skip to content

Commit f063bec

Browse files
committed
build: version minor (0.10.0)
1 parent c541079 commit f063bec

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/examples/common.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
module "main" {
66
source = "hadenlabs/repository/github"
7-
version = "0.9.0"
7+
version = "0.10.0"
88
99
providers = {
1010
github = github
@@ -29,7 +29,7 @@
2929
3030
module "main_with_key" {
3131
source = "hadenlabs/repository/github"
32-
version = "0.9.0"
32+
version = "0.10.0"
3333
3434
providers = {
3535
github = github
@@ -53,7 +53,7 @@
5353
5454
module "main_with_secrets" {
5555
source = "hadenlabs/repository/github"
56-
version = "0.9.0"
56+
version = "0.10.0"
5757
5858
providers = {
5959
github = github
@@ -75,7 +75,7 @@
7575
7676
module "main_with_pages" {
7777
source = "hadenlabs/repository/github"
78-
version = "0.9.0"
78+
version = "0.10.0"
7979
8080
providers = {
8181
github = github
@@ -109,7 +109,7 @@
109109
110110
module "main" {
111111
source = "hadenlabs/repository/github"
112-
version = "0.9.0"
112+
version = "0.10.0"
113113
114114
providers = {
115115
github = github
@@ -139,7 +139,7 @@
139139
140140
module "main" {
141141
source = "hadenlabs/repository/github"
142-
version = "0.9.0"
142+
version = "0.10.0"
143143
144144
providers = {
145145
github = github
@@ -174,7 +174,7 @@
174174
github = github
175175
}
176176
source = "hadenlabs/repository/github"
177-
version = "0.9.0"
177+
version = "0.10.0"
178178
name = "repository-example"
179179
description = "repository example"
180180
visibility = "public"
@@ -205,7 +205,7 @@
205205
github = github
206206
}
207207
source = "hadenlabs/repository/github"
208-
version = "0.9.0"
208+
version = "0.10.0"
209209
name = "repository-example"
210210
is_git_flow = true
211211
description = "repository example"
@@ -226,7 +226,7 @@
226226
github = github
227227
}
228228
source = "hadenlabs/repository/github"
229-
version = "0.9.0"
229+
version = "0.10.0"
230230
name = "repository-example"
231231
description = "repository example"
232232
visibility = "public"
@@ -245,7 +245,7 @@
245245
github = github
246246
}
247247
source = "hadenlabs/repository/github"
248-
version = "0.9.0"
248+
version = "0.10.0"
249249
name = "repository-example"
250250
description = "repository example"
251251
visibility = "public"
@@ -263,7 +263,7 @@
263263
github = github
264264
}
265265
source = "hadenlabs/repository/github"
266-
version = "0.9.0"
266+
version = "0.10.0"
267267
name = "repository-example"
268268
description = "repository example"
269269
visibility = "public"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadenlabs/terraform-github-repository",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "terraform-github-repository for hadenlabs",
55
"author": "Luis Mayta <slovacus@gmail.com>",
66
"license": "LGPL-3.0",

provision/generators/README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ usage: |-
6363
6464
module "main_with_pages" {
6565
source = "hadenlabs/repository/github"
66-
version = "0.9.0"
66+
version = "0.10.0"
6767
6868
providers = {
6969
github = github

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
files = package.json provision/generators/README.yaml docs/examples/common.md
33
commit = False
44
tag = False
5-
current_version = 0.9.0
5+
current_version = 0.10.0
66

77
[bumpversion:file:setup.cfg]
88
search = {current_version}

0 commit comments

Comments
 (0)