From 5471f89d93b1fa773545b0c61cc59f88d1c69df1 Mon Sep 17 00:00:00 2001 From: Thomas Donahue Date: Wed, 3 Nov 2021 13:12:57 -0400 Subject: [PATCH] 0.1.4 release bump --- lib/vagrant-mutagen/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-mutagen/version.rb b/lib/vagrant-mutagen/version.rb index 6f73bfe..18c99b4 100644 --- a/lib/vagrant-mutagen/version.rb +++ b/lib/vagrant-mutagen/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module Mutagen - VERSION = '0.1.3' + VERSION = '0.1.4' end end