Skip to content

Commit

Permalink
Bump version: 0.21.0-alpha → 0.21.1-alpha (#3033)
Browse files Browse the repository at this point in the history
Release bugfix for UI issue where tables with the same name but different namespace are selected together.
  • Loading branch information
davinchia committed Apr 23, 2021
1 parent 9ec5e74 commit be9aaa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.21.0-alpha
current_version = 0.21.1-alpha
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.21.0-alpha
VERSION=0.21.1-alpha
DATABASE_USER=docker
DATABASE_PASSWORD=docker
DATABASE_DB=airbyte
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/upgrading-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you inadvertently upgrade to a version of Airbyte that is not compatible with
Here's an example of what 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.21.0-alpha --\
docker run --rm -v /tmp:/config airbyte/migration:0.21.1-alpha --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```
Expand Down

0 comments on commit be9aaa8

Please sign in to comment.