From a1ca5d5427e19ca2ac690d8bbc682cedc950912c Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Tue, 4 May 2021 12:36:44 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.1-alpha=20=E2=86=92=200.?= =?UTF-8?q?22.2-alpha=20(#3205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .env | 2 +- docs/tutorials/upgrading-airbyte.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 010e5af2c36..e2c0c57e922 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.1-alpha +current_version = 0.22.2-alpha commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? diff --git a/.env b/.env index 2dc5607d46d..69908249c45 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=0.22.1-alpha +VERSION=0.22.2-alpha DATABASE_USER=docker DATABASE_PASSWORD=docker DATABASE_DB=airbyte diff --git a/docs/tutorials/upgrading-airbyte.md b/docs/tutorials/upgrading-airbyte.md index 8a669f07f8e..06c0780dc3d 100644 --- a/docs/tutorials/upgrading-airbyte.md +++ b/docs/tutorials/upgrading-airbyte.md @@ -44,7 +44,7 @@ If you inadvertently upgrade to a version of Airbyte that is not compatible with Here's an example of what it might look like with the values filled in. It assumes that the downloaded `airbyte_archive.tar.gz` is in `/tmp`. ```bash - docker run --rm -v /tmp:/config airbyte/migration:0.22.1-alpha --\ + docker run --rm -v /tmp:/config airbyte/migration:0.22.2-alpha --\ --input /config/airbyte_archive.tar.gz\ --output /config/airbyte_archive_migrated.tar.gz ```