From 3ac46ed023720c75e96905c7185063742534a9f6 Mon Sep 17 00:00:00 2001 From: Salim Afiune Date: Mon, 15 Jan 2024 09:46:12 -0800 Subject: [PATCH] ci: version bump to v1.44.2-dev (#1514) Signed-off-by: Salim Afiune Maya --- VERSION | 2 +- api/version.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 3a406ebcf..112944ffc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.1 \ No newline at end of file +1.44.2-dev diff --git a/api/version.go b/api/version.go index 81292d7c9..8277ce8f2 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240111211348 +// File generated at: 20240114190504 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.44.1" +const Version = "1.44.2-dev"