Skip to content

Commit

Permalink
Merge pull request #186 from matt-mazzucato/prepare-22.11.01
Browse files Browse the repository at this point in the history
Prepare 22.11.01 release
  • Loading branch information
Annopaolo authored Mar 15, 2023
2 parents 761bee5 + a00af06 commit b62ee6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.01] - Unreleased
## [22.11.01] - 2023-03-15
### Added
- Add support for ignoring SSL errors while interacting with the Astarte APIs.
- Add the `--to-curl` flag to print a command-line equivalent of a command instead
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Command line utility to manage Astarte

## Installation

`astartectl` requires at least Go 1.17.
`astartectl` requires at least Go 1.18.

### Using homebrew

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.00"
var version = "22.11.01"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit b62ee6e

Please sign in to comment.