Skip to content

Commit

Permalink
Merge pull request #2463 from jburel/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
jburel authored Nov 21, 2024
2 parents 0acaf17 + ef68073 commit 2402b49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Synchronize with upstream repositories

on:
schedule:
- cron: '*/10 * * * *'
- cron: '* 0 * * *'
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
18 changes: 9 additions & 9 deletions omero/conf_autogen.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
current_dbver = "OMERO5.4__0"
previous_dbver = "OMERO5.3__1"
version_openmicroscopy = "5.6.13"
version_formats_gpl = "7.3.1"
version_blitz = "5.7.3"
version_server = "5.6.11"
version_romio = "5.7.6"
version_renderer = "5.5.16"
version_common = "5.6.5"
version_model = "5.6.14"
version_gateway = "5.9.1"
version_openmicroscopy = "5.6.14"
version_formats_gpl = "8.0.1"
version_blitz = "5.8.0"
version_server = "5.7.0"
version_romio = "5.8.0"
version_renderer = "5.6.0"
version_common = "5.7.0"
version_model = "5.7.0"
version_gateway = "5.10.0"
version_insight = "5.8.6"
version_matlab = "5.5.6"
version_dsl_plugin = "5.5.2"
Expand Down

0 comments on commit 2402b49

Please sign in to comment.