Skip to content

Commit 0070476

Browse files
authored
update version number (#319)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 77ba534 commit 0070476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OS_TYPE ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
33
ARCH_TYPE ?= $(subst x86_64,amd64,$(patsubst i%86,386,$(ARCH)))
44
GOOS ?= $(shell go env GOOS)
55
GOARCH ?= $(shell go env GOARCH)
6-
VERSION ?= 2.0.2
6+
VERSION ?= 2.0.3
77
LDFLAGS := -X main.Version=$(VERSION)
88
GOFLAGS := -ldflags "$(LDFLAGS) -s -w"
99
BUILD_ARGS = --build-arg VERSION=$(VERSION)

docker-compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
start_period: 30s
6060

6161
exporter:
62-
image: container-registry.oracle.com/database/observability-exporter:2.0.2
62+
image: container-registry.oracle.com/database/observability-exporter:2.0.3
6363
container_name: exporter
6464
command:
6565
- '--config.file=/exporter/config.yaml'

0 commit comments

Comments
 (0)