Skip to content

Commit 4264c08

Browse files
committed
Bump Airbyte version from 0.64.1 to 0.64.2
1 parent 1a9728d commit 4264c08

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.64.1
2+
current_version = 0.64.2
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.64.1
1+
VERSION=0.64.2
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.64.1
3+
VERSION=0.64.2
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)