Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Oct 20, 2024
1 parent 700f8df commit 4a4b68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mage
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function mage_add_checkout() {
fi
}

MAGE_VERSION="2.1.1"
MAGE_VERSION="2.2.0"

function mage_version() {
echo -e "\n${BOLD}Mage ${GREEN}${MAGE_VERSION}${RESET}"
Expand Down
2 changes: 1 addition & 1 deletion src/_info.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAGE_VERSION="2.1.1"
MAGE_VERSION="2.2.0"

function mage_version() {
echo -e "\n${BOLD}Mage ${GREEN}${MAGE_VERSION}${RESET}"
Expand Down

0 comments on commit 4a4b68b

Please sign in to comment.