Skip to content

Commit

Permalink
Merge pull request #52 from Syriiin/difficalcy-v0.8
Browse files Browse the repository at this point in the history
Update to Difficalcy v0.8.0
  • Loading branch information
Syriiin authored May 29, 2024
2 parents 66eef04 + 1a76231 commit f007e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/osu/test_difficultycalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_enigne(self):
assert DifficalcyOsuDifficultyCalculator.engine() == "osu.Game.Rulesets.Osu"

def test_version(self):
assert DifficalcyOsuDifficultyCalculator.version() == "2024.412.1.0"
assert DifficalcyOsuDifficultyCalculator.version() == "2024.523.0.0"

def test_context_manager(self):
with DifficalcyOsuDifficultyCalculator() as calc:
Expand Down
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ services:

difficalcy-osu:
ports:
- 5000:80
- 6000:80
volumes:
- ./common/osu/stubdata/beatmap_provider:/beatmaps
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- grafana_admin_password

difficalcy-osu:
image: ghcr.io/syriiin/difficalcy-osu:v0.7.0
image: ghcr.io/syriiin/difficalcy-osu:v0.8.0
env_file:
- config/active/difficalcy-osu.env
environment:
Expand Down

0 comments on commit f007e9c

Please sign in to comment.