From 327c739af3da95496615a1faa6cc22e2a523df82 Mon Sep 17 00:00:00 2001 From: Yohta Kimura <38206553+rajyan@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:06:08 +0900 Subject: [PATCH] chore: bump version --- VERSION | 2 +- src/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4e0321ef..e846aa5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0.0 \ No newline at end of file +1.2.694.0 \ No newline at end of file diff --git a/src/version/version.go b/src/version/version.go index 601c241b..72e078ed 100644 --- a/src/version/version.go +++ b/src/version/version.go @@ -9,4 +9,4 @@ package version // Version is the version of the CLI -const Version = "1.2.0.0" +const Version = "1.2.694.0"