From f60ff0e28401a6fcd119c6b4959e8a44245a90a3 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 20 Jun 2022 16:25:14 -0400 Subject: [PATCH] version: bump to 1.3.7 --- lib/vagrant-sshfs/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-sshfs/version.rb b/lib/vagrant-sshfs/version.rb index edf38d3..ac77332 100644 --- a/lib/vagrant-sshfs/version.rb +++ b/lib/vagrant-sshfs/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module SyncedFolderSSHFS - VERSION = "1.3.6" + VERSION = "1.3.7" end end