Skip to content

Commit

Permalink
Merge pull request #25 from NVIDIA/bump-version-0.2.6
Browse files Browse the repository at this point in the history
Bump version to 0.2.6
  • Loading branch information
cdesiniotis authored Apr 17, 2024
2 parents 2870e30 + d81d2b1 commit 2ebc97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deployments/container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ push-%: DIST = $(*)
push-short: DIST = $(DEFAULT_PUSH_TARGET)


build-%: DIST = $(*)
build-%: DOCKERFILE_SUFFIX = $(*)
build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX)

Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= v0.2.5
VERSION ?= v0.2.6

vVERSION := v$(VERSION:v%=%)

GOLANG_VERSION ?= 1.21.8
GOLANG_VERSION ?= 1.22.2

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 comments on commit 2ebc97d

Please sign in to comment.