Skip to content

Commit

Permalink
Release 0.3.6 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwneisen committed Oct 18, 2023
1 parent b257763 commit 877dc6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ clean: ## clean the build artifacts
-$(MAKE) -C $(PACKAGING_DIR) clean

.PHONY: release
release: static-linux deb rpm cross-arm cross-mac cross-win ## build the release binaries
release: static deb rpm cross-arm cross-mac cross-win ## build the release binaries
mkdir -p $(RELEASE_DIR)

# Copy the release files
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.5-dev
0.3.6-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.5"
Version = "0.3.6"
// 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.18.3
PLATFORM=cri-dockerd
SHELL:=/bin/bash
VERSION?=0.3.5-dev
VERSION?=0.3.6-dev

export PLATFORM

0 comments on commit 877dc6a

Please sign in to comment.