Skip to content

Commit

Permalink
Bump Airbyte version from 0.57.4 to 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Apr 26, 2024
1 parent 7bd0324 commit 543c535
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.57.4
current_version = 0.58.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.57.4
VERSION=0.58.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.57.4
VERSION=0.58.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 543c535

Please sign in to comment.