diff --git a/version.bzl b/version.bzl index e8dc2efc..06d455c0 100644 --- a/version.bzl +++ b/version.bzl @@ -2,5 +2,5 @@ # SemVer line). DF_VERSION is the upstream dataform-co/dataform release this fork # is synced to — surfaced as metadata (e.g. `sqlanvil --version`), not the package # version. Bump SQLANVIL_VERSION for sqlanvil releases; bump DF_VERSION on upstream syncs. -SQLANVIL_VERSION = "1.3.0" +SQLANVIL_VERSION = "1.4.0" DF_VERSION = "3.0.59"