From e8d72797dbf93f03aa927becb729e3a4845119f9 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sat, 26 Nov 2016 09:31:36 -0500 Subject: [PATCH] version: bump to 1.3.0 --- 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 8853e93..864929b 100644 --- a/lib/vagrant-sshfs/version.rb +++ b/lib/vagrant-sshfs/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module SyncedFolderSSHFS - VERSION = "1.2.1" + VERSION = "1.3.0" end end