From 8bd35fcfa98ad842434cd7332a1848d3a710a12d Mon Sep 17 00:00:00 2001 From: Ioannis Polyzos Date: Fri, 31 May 2019 12:27:30 +0300 Subject: [PATCH] direnv version v2.19.2 --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b4fd038..1d37c33 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -8,7 +8,7 @@ # Snap author: Ioannis Polyzos name: direnv -version: 'v2.19.1' +version: 'v2.19.2' summary: direnv Snap package description: | direnv is an environment switcher for the shell. It knows how to hook into bash, zsh, tcsh, fish shell and elvish to load or unload environment variables depending on the current directory. This allows project-specific environment variables without cluttering the ~/.profile file.