mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
bump version 2.3.0
This commit is contained in:
parent
df59fb1a8a
commit
2e583c8d42
4 changed files with 6 additions and 6 deletions
2
direnvrc
2
direnvrc
|
|
@ -45,7 +45,7 @@ _nix_direnv_preflight () {
|
|||
#
|
||||
# Checks that the nix-direnv version is at least as old as <version_at_least>.
|
||||
nix_direnv_version() {
|
||||
declare major='2' minor='2' patch='1' # UPDATE(nix-direnv version)
|
||||
declare major='2' minor='3' patch='0' # UPDATE(nix-direnv version)
|
||||
|
||||
[[ $1 =~ ^([^+-.]*)(\.?)([^+-.]*)(\.?)([^+-]*)(-?)([^+]*)(\+?)(.*)$ ]]
|
||||
declare -a ver; ver=("${BASH_REMATCH[@]:1}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue