Skip to content

Commit 3e416c5

Browse files
committed
Bump Airbyte version from 0.60.1 to 0.61.0
1 parent 25e0d84 commit 3e416c5

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.60.1
2+
current_version = 0.61.0
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.60.1
1+
VERSION=0.61.0
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
#!/bin/bash
22

3-
VERSION=0.60.1
3+
VERSION=0.61.0
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)