Skip to content

Commit 96e862f

Browse files
girardagithub-actions[bot]
authored andcommitted
Bump Airbyte version from 0.50.18 to 0.50.19
1 parent fe650c2 commit 96e862f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.50.18
2+
current_version = 0.50.19
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

docs/operator-guides/upgrading-airbyte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers
117117
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`.
118118

119119
```bash
120-
docker run --rm -v /tmp:/config airbyte/migration:0.50.18 --\
120+
docker run --rm -v /tmp:/config airbyte/migration:0.50.19 --\
121121
--input /config/airbyte_archive.tar.gz\
122122
--output /config/airbyte_archive_migrated.tar.gz
123123
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.50.18
1+
VERSION=0.50.19
22

33
# NOTE: some of these values are overwritten in CI!
44
# NOTE: if you want to override this for your local machine, set overrides in ~/.gradle/gradle.properties

run-ab-platform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=0.50.18
3+
VERSION=0.50.19
44
# Run away from anything even a little scary
55
set -o nounset # -u exit if a variable is not set
66
set -o errexit # -f exit for any command failure"

0 commit comments

Comments
 (0)