Bump Airbyte version from 0.60.0 to 0.60.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.60.0
|
||||
current_version = 0.60.1
|
||||
commit = False
|
||||
tag = False
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
VERSION=0.60.0
|
||||
VERSION=0.60.1
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=0.60.0
|
||||
VERSION=0.60.1
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user