mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Fix @next version numbers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
VENV?=.venv
|
||||
# Source virtualenv to execute command (darker, sphinx, twine, etc...)
|
||||
IN_VENV=if [ -f "$(VENV)/bin/activate" ]; then . "$(VENV)/bin/activate"; fi;
|
||||
RELEASE_CURR:=
|
||||
RELEASE_CURR:=23.1
|
||||
RELEASE_UPSTREAM:=upstream
|
||||
CONFIG_MANAGE=$(IN_VENV) python lib/galaxy/config/config_manage.py
|
||||
PROJECT_URL?=https://github.com/galaxyproject/galaxy
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
VERSION_MAJOR = ""
|
||||
VERSION_MAJOR = "23.1"
|
||||
VERSION_MINOR = "dev0"
|
||||
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
|
||||
|
||||
Reference in New Issue
Block a user