Skip to content

Commit

Permalink
updating tag version (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeresKereotubo authored Nov 27, 2023
1 parent 4ccc6b9 commit 4a60ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
export BUILDER_TAG ?= 1.8.0
export SIDECAR_TAG ?= 1.8.0
export BUILDER_TAG ?= 1.9.0
export SIDECAR_TAG ?= 1.9.0

# figure out if podman or docker should be used (use podman if found)
ifneq (, $(shell which podman 2>/dev/null))
Expand All @@ -27,7 +27,7 @@ export VERSION = $(call dot-delimiter, ${BUILDER_TAG}, 1).$(call dot-delimiter,
export RELEASE = $(call dot-delimiter, ${BUILDER_TAG}, 3)

ifeq (${RELEASE},)
VERSION=1.8
VERSION=1.9
RELEASE=0
endif

Expand Down

0 comments on commit 4a60ffe

Please sign in to comment.