From 033d250ba8c59c55d4fc98332ec8ac676efb4b2f Mon Sep 17 00:00:00 2001 From: Mattia Mazzucato Date: Mon, 22 May 2023 18:06:48 +0200 Subject: [PATCH] Prepare 22.11.02 release Bump version and update the changelog. Signed-off-by: Mattia Mazzucato --- CHANGELOG.md | 2 +- cmd/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f3a20..044f1ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [22.11.02] - Unreleased +## [22.11.02] - 23/05/2023 ### Changed - `appengine device`: print a parametric command rather than a partial one with `--to-curl`when multiple API calls are involved (e.g. `send-data`). diff --git a/cmd/version.go b/cmd/version.go index 6d9c451..4f2c0e6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/cobra" ) -var version = "22.11.01" +var version = "22.11.02" // versionCmd represents the version command var versionCmd = &cobra.Command{