Skip to content

Commit

Permalink
Merge pull request #120 from Mirantis/bump-v2.6
Browse files Browse the repository at this point in the history
Release an interim v0.2.6
  • Loading branch information
evol262 committed Sep 25, 2022
2 parents 8fbda54 + 82582e9 commit d8accf7
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.2.5-dev
0.2.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.2.5"
Version = "0.2.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.2.5-dev
VERSION?=0.2.6-dev

export PLATFORM

0 comments on commit d8accf7

Please sign in to comment.