1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Revert "Bump Airbyte version from 0.50.24 to 0.0.99" (#30104)

This commit is contained in:
Conor
2023-09-01 12:25:41 -05:00
committed by GitHub
parent 240c77845a
commit 7af4d412ed
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.99-test
current_version = 0.50.24
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

View File

@@ -117,7 +117,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers
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.0.99 --\
docker run --rm -v /tmp:/config airbyte/migration:0.50.24 --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```

View File

@@ -1,4 +1,4 @@
VERSION=0.0.99
VERSION=0.50.24
# NOTE: some of these values are overwritten in CI!
# NOTE: if you want to override this for your local machine, set overrides in ~/.gradle/gradle.properties

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.0.99
VERSION=0.50.24
# Run away from anything even a little scary
set -o nounset # -u exit if a variable is not set
set -o errexit # -f exit for any command failure"