Skip to content

Commit 2311ce5

Browse files
committed
Release: Update the Makefile to v0.11
I missed the Makefile should be updated as well to reflect the changes and bump the release. Updating the Makefile.
1 parent 7b6cd2b commit 2311ce5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
coverage-html
99

1010
# Build constants
11-
VERSION ?= 0.10
11+
VERSION ?= 0.11
1212
PKGNAME ?= rhc-worker-script
1313
GO_SOURCES := $(wildcard src/*.go)
14-
GO_VERSION ?= 1.21
14+
GO_VERSION ?= 1.25
1515

1616
BUILDFLAGS ?=
1717
LDFLAGS ?=

0 commit comments

Comments
 (0)