Skip to content

Commit

Permalink
v0.44.5
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotenv committed Jun 16, 2024
1 parent 7648c87 commit ec25041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.44.4
0.44.5
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set -e
VERSION="0.44.4"
VERSION="0.44.5"
DIRECTORY="/usr/local/bin"
REGISTRY_URL="https://registry.npmjs.org"
INSTALL_SCRIPT_URL="https://dotenvx.sh/install.sh"
Expand Down Expand Up @@ -383,6 +383,7 @@ install_dotenvx() {

# let user know
echo "[dotenvx@$VERSION] installed successfully ($(directory)/$(binary_name))"
echo "now type: dotenvx help"

return 0
}
Expand Down

0 comments on commit ec25041

Please sign in to comment.