Bump Airbyte version from 0.64.6 to 0.64.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.64.6
|
current_version = 0.64.7
|
||||||
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]+)?
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION=0.64.6
|
VERSION=0.64.7
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION=0.64.6
|
VERSION=0.64.7
|
||||||
# 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user