Skip to content

Commit

Permalink
Bump Airbyte version from 0.55.2 to 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colesnodgrass committed Mar 29, 2024
1 parent e32e58d commit e9bd3e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.55.2
current_version = 0.56.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION=0.55.2
VERSION=0.56.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
Expand Down
2 changes: 1 addition & 1 deletion run-ab-platform.sh
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.55.2
VERSION=0.56.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"
Expand Down

0 comments on commit e9bd3e6

Please sign in to comment.