From 6cd94dc7da32ca1a28134a47ebf98d135fa6c482 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Tue, 13 Oct 2020 19:43:27 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.6=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- Taskfile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index 7c56335..47e1e9e 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.14.6" +version = "1.0.0" tag_format = "v$version" version_files = [ "./Taskfile.yml" diff --git a/Taskfile.yml b/Taskfile.yml index 19bfdfe..9872cf2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - GCGC_VERSION: v0.14.6 + GCGC_VERSION: v1.0.0 AWS_DEFAULT_REGION: us-west-2