Skip to content

Commit

Permalink
Bump core versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Nov 4, 2024
1 parent ca2f8dd commit 9ba8817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/freva_deployment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
from urllib.request import urlretrieve

__version__ = "2410.0.3"
__version__ = "2411.0.0"

FREVA_PYTHON_VERSION = "3.12"
AVAILABLE_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
4 changes: 2 additions & 2 deletions src/freva_deployment/versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"vault": "2408.0.0",
"vault": "2411.0.0",
"freva_rest": "2410.0.1",
"solr": "9.6.1",
"core": "2406.0.1",
"core": "2410.0.0",
"web": "2408.0.0",
"db": "11.1"
}

0 comments on commit 9ba8817

Please sign in to comment.