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

Bump Airbyte version from 0.54.0 to 0.55.0

This commit is contained in:
perangel
2024-03-22 00:44:48 +00:00
parent f173b37db8
commit 7d1bc37179
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
VERSION=0.54.0
VERSION=0.55.0
# 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

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.54.0
VERSION=0.55.0
# Run away from anything even a little scary
set -o nounset # -u exit if a variable is not set
set -o errexit # -f exit for any command failure"