From fa273792f25ce62e38d90d947b2712b30ac8e1e2 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 29 Jun 2020 01:34:19 -0400 Subject: [PATCH] version: bump to 1.3.5 --- 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 25bb5f9..1df3ae5 100644 --- a/lib/vagrant-sshfs/version.rb +++ b/lib/vagrant-sshfs/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module SyncedFolderSSHFS - VERSION = "1.3.4" + VERSION = "1.3.5" end end