-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project: Bump dependency versions, fix reload command (#554)
* Project: Bump dependency versions, fix reload command The reload command would fail if you used multiple compilation modes for building as it would try extracting the versions from both comp modes. The dependency bump includes a fix for #553
- Loading branch information
1 parent
9c6af7f
commit 1d9af01
Showing
3 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""The version for all Santa components.""" | ||
|
||
SANTA_VERSION = "2021.3" | ||
SANTA_VERSION = "2021.5" |