Skip to content

Commit

Permalink
Release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Dec 4, 2023
1 parent 0d54111 commit 7ea7f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.7-dev
0.3.8-dev
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// Version of the product
Version = "0.3.7"
Version = "0.3.8"
// PreRelease is set during the build
PreRelease = ""
// GitCommit is set during the build
Expand Down
2 changes: 1 addition & 1 deletion packaging/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARCH=$(shell uname -m)
GO_VERSION:=1.19.10
PLATFORM=cri-dockerd
SHELL:=/bin/bash
VERSION?=0.3.7-dev
VERSION?=0.3.8-dev

export PLATFORM

0 comments on commit 7ea7f76

Please sign in to comment.