Skip to content

Commit

Permalink
[fix] Fixed outdated __openwisp_version__
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 27, 2024
1 parent df01ac8 commit 93e23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/openwisp2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .celery import app as celery_app

__all__ = ['celery_app']
__openwisp_version__ = '24.0.0a'
__openwisp_version__ = '24.11.1'
__openwisp_installation_method__ = (
'{{ openwisp2_installation_method | default("ansible-openwisp2") }}'
)

0 comments on commit 93e23f1

Please sign in to comment.