Skip to content

Commit 7f5a18c

Browse files
benmoriceaujatinyadav-cc
authored andcommitted
Bump Airbyte version from 0.50.44 to 0.50.45
1 parent f4881a2 commit 7f5a18c

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.44
2+
current_version = 0.50.45
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
@@ -128,7 +128,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers
128128
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`.
129129

130130
```bash
131-
docker run --rm -v /tmp:/config airbyte/migration:0.50.44 --\
131+
docker run --rm -v /tmp:/config airbyte/migration:0.50.45 --\
132132
--input /config/airbyte_archive.tar.gz\
133133
--output /config/airbyte_archive_migrated.tar.gz
134134
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.50.44
1+
VERSION=0.50.45
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.44
3+
VERSION=0.50.45
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)