From 4926b95aa5503a157b80ab071dfc263ae4906dd1 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 11 Dec 2019 16:34:45 -0500 Subject: [PATCH] version: bump to 1.3.2 --- 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 906edd0..9617151 100644 --- a/lib/vagrant-sshfs/version.rb +++ b/lib/vagrant-sshfs/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module SyncedFolderSSHFS - VERSION = "1.3.1" + VERSION = "1.3.2" end end