Skip to content

Commit

Permalink
convert: Bump required nyan API version.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Jul 28, 2024
1 parent 9126f55 commit e599b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openage/convert/service/init/api_export_required.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2023 the openage authors. See copying.md for legal info.
# Copyright 2023-2024 the openage authors. See copying.md for legal info.

"""
Test whether the openage nyan API modpack is present.
Expand All @@ -16,7 +16,7 @@
from openage.util.fslike.union import UnionPath


CURRENT_API_VERSION = "0.4.1"
CURRENT_API_VERSION = "0.5.0"


def api_export_required(asset_dir: UnionPath) -> bool:
Expand Down

0 comments on commit e599b1f

Please sign in to comment.