We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355dc3d commit 7967deaCopy full SHA for 7967dea
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.0-alpha
+current_version = 0.9.1-alpha
3
commit = True
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
.env
@@ -1,4 +1,4 @@
-VERSION=0.9.0-alpha
+VERSION=0.9.1-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_DB=airbyte
kube/overlays/stable/.env
-AIRBYTE_VERSION=0.9.0-alpha
+AIRBYTE_VERSION=0.9.1-alpha
DATABASE_URL=jdbc:postgresql://airbyte-db-svc:5432/airbyte
0 commit comments