Skip to content

Commit ec71b77

Browse files
authored
Prepare 1.33.0 (#1471)
1 parent 04d7909 commit ec71b77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [unreleased](https://github.com/elastic/package-registry/compare/v1.32.1...main)
7+
## [1.33.0](https://github.com/elastic/package-registry/compare/v1.32.1...1.33.0)
88

99
### Breaking changes
1010

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747
)
4848

4949
const (
50-
version = "1.32.2"
50+
version = "1.33.0"
5151
defaultInstanceName = "localhost"
5252
)
5353

testdata/generated/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"service.name": "package-registry",
3-
"service.version": "1.32.2"
3+
"service.version": "1.33.0"
44
}

0 commit comments

Comments
 (0)