1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Bump Airbyte version from 0.57.0 to 0.57.1

This commit is contained in:
pmossman
2024-04-02 21:32:31 +00:00
parent 53553affa9
commit b27757f80e
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
VERSION=0.57.0 VERSION=0.57.1
# NOTE: some of these values are overwritten in CI! # 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 # 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 #!/bin/bash
VERSION=0.57.0 VERSION=0.57.1
# Run away from anything even a little scary # Run away from anything even a little scary
set -o nounset # -u exit if a variable is not set set -o nounset # -u exit if a variable is not set
set -o errexit # -f exit for any command failure" set -o errexit # -f exit for any command failure"