Skip to content

Commit 831aacc

Browse files
authored
Merge pull request #283 from matt-mazzucato/prepare-24.5.3
chore: prepare 24.5.3 release
2 parents b29ba3e + f1517a9 commit 831aacc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [24.5.3] - Unreleased
7+
## [24.5.3] - 2026-01-29
88
### Changed
99
- `appengine device attributes list`: display attributes in a human-friendly
1010
representation instead Go's internal one. Keep consistency with aliases.

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/spf13/cobra"
2121
)
2222

23-
var version = "24.5.2"
23+
var version = "24.5.3"
2424

2525
// versionCmd represents the version command
2626
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)