Skip to content

Commit

Permalink
bump buildinfo/version.py to use 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Jun 20, 2024
1 parent 272eae1 commit 5905348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skipper/buildinfo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
suffix_version = ""
else:
major_version = "2"
minor_version = "1"
patch_version = "0"
suffix_version = "-beta"
minor_version = "2"
patch_version = "10"
suffix_version = ""


major_version_string = f"{major_version}{suffix_version}"
Expand Down

0 comments on commit 5905348

Please sign in to comment.