Skip to content

Commit b94d421

Browse files
authored
Bump version: 0.9.1-alpha → 0.9.2-alpha (#1474)
1 parent 3df3644 commit b94d421

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.1-alpha
2+
current_version = 0.9.2-alpha
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.9.1-alpha
1+
VERSION=0.9.2-alpha
22
DATABASE_USER=docker
33
DATABASE_PASSWORD=docker
44
DATABASE_DB=airbyte

kube/overlays/stable/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.9.1-alpha
1+
AIRBYTE_VERSION=0.9.2-alpha
22
DATABASE_USER=docker
33
DATABASE_PASSWORD=docker
44
DATABASE_URL=jdbc:postgresql://airbyte-db-svc:5432/airbyte

0 commit comments

Comments
 (0)