Skip to content

Commit

Permalink
Release 0.3.7 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen authored Oct 27, 2023
1 parent 624cac0 commit 170103f
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.6-dev
0.3.7-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.6"
Version = "0.3.7"
// 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.6-dev
VERSION?=0.3.7-dev

export PLATFORM

0 comments on commit 170103f

Please sign in to comment.