From 860371ef038583288d193d2a5a774857d96f7340 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 8 Aug 2016 13:09:19 -0400 Subject: [PATCH] version: bump to 1.2.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 6c91f43..9ca9257 100644 --- a/lib/vagrant-sshfs/version.rb +++ b/lib/vagrant-sshfs/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module SyncedFolderSSHFS - VERSION = "1.1.0.dev" + VERSION = "1.2.0" end end