Skip to content

Commit

Permalink
v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotenv committed Jun 18, 2024
1 parent 67d9052 commit b20ca6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.44.6
0.45.0
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

set -e
VERSION="0.44.6"
VERSION="0.45.0"
DIRECTORY="/usr/local/bin"
REGISTRY_URL="https://registry.npmjs.org"
INSTALL_SCRIPT_URL="https://dotenvx.sh/install.sh"
Expand Down Expand Up @@ -41,13 +41,13 @@ INSTALL_SCRIPT_URL="https://dotenvx.sh/install.sh"
# | ```sh |
# | # curl examples |
# | curl -sfS "https://dotenvx.sh/install.sh" | sudo sh |
# | curl -sfS "https://dotenvx.sh/install.sh?directory=." | sh |
# | curl -sfS "https://dotenvx.sh/install.sh?version=0.44.0" | sh |
# | curl -sfS "https://dotenvx.sh/install.sh?directory=." | sh |
# | curl -sfS "https://dotenvx.sh/install.sh?directory=/custom/path&version=0.44.0" | sh |
# | |
# | # self-executing examples |
# | ./install.sh --directory=. |
# | ./install.sh --version=0.44.0 |
# | ./install.sh --directory=. |
# | ./install.sh --directory=/custom/path --version=0.44.0 |
# | ./install.sh --help |
# | ``` |
Expand Down

0 comments on commit b20ca6a

Please sign in to comment.