From 14275184ed6a423eb555e803d133d985c26bcef1 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 11 Nov 2016 11:00:09 -0500 Subject: [PATCH] version: bump to 1.2.1 --- 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 9ca9257..8853e93 100644 --- a/lib/vagrant-sshfs/version.rb +++ b/lib/vagrant-sshfs/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module SyncedFolderSSHFS - VERSION = "1.2.0" + VERSION = "1.2.1" end end