Skip to content

Commit

Permalink
bump artemis version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R Briggs committed Oct 29, 2022
1 parent ef08119 commit 17ecfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PYTHON_VERSION_MAJOR:=$(shell $(PYTHON) -c "import sys;print(sys.version_info[0]
PLATFORM := $(shell uname)
VERSION :=$(shell poetry version | sed 's/stomp.py\s*//g' | sed 's/\./, /g')
SHELL=/bin/bash
ARTEMIS_VERSION=2.24.0
ARTEMIS_VERSION=2.26.0
TEST_CMD := $(shell podman network exists stomptest &> /dev/null && echo "podman unshare --rootless-netns poetry" || echo "poetry")

all: test install
Expand Down

0 comments on commit 17ecfa1

Please sign in to comment.