1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

bumped version

This commit is contained in:
Joel 2022-07-01 10:03:12 +09:30
parent 0bcdc8afab
commit d4ea69d16d
4 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
# See https://packaging.python.org/tutorials/distributing-packages/#packaging-your-project
# for python packaging reference.
VERSION ?= 0.3.1
VERSION ?= 0.3.2
DOCKER_NAME=kbumsik/virtscreen
DOCKER_RUN=docker run --interactive --tty -v $(shell pwd):/app $(DOCKER_NAME)