Skip to content

Commit

Permalink
Merge pull request #197 from matt-mazzucato/prepare-22.11.02
Browse files Browse the repository at this point in the history
Prepare release 22.11.02
  • Loading branch information
Annopaolo authored May 23, 2023
2 parents 5a55c89 + 033d250 commit 3d8fa3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 3d8fa3a

Please sign in to comment.