Skip to content

Commit

Permalink
increasing image version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpecenka committed Jan 3, 2025
1 parent 01abae3 commit 51fb718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/docker/structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ commandTests:
- name: "swi-otelcol is working in the image"
command: "/swi-otelcol"
args: ["-v"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.12.2"]
expectedOutput: ["swi-k8s-opentelemetry-collector version 0.12.3"]
2 changes: 1 addition & 1 deletion src/cmd/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package metadata
var (
AppName = "swi-k8s-opentelemetry-collector"
AppDescription = "SolarWinds distribution for OpenTelemetry"
AppVersion = "0.12.2"
AppVersion = "0.12.3"
)

0 comments on commit 51fb718

Please sign in to comment.