Skip to content

Commit e5a1cb4

Browse files
committed
Bump Airbyte version from 0.63.8 to 0.63.9
1 parent e83badc commit e5a1cb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.63.8
2+
current_version = 0.63.9
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.63.8
1+
VERSION=0.63.9
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION=0.63.8
3+
VERSION=0.63.9
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)