From 74e6211f57f2fa8d065dc02d2174f6aa95d93348 Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Sun, 29 Nov 2015 21:32:18 +0100 Subject: [PATCH] v0.4.2 Changes: - `diffux upload_diffs` will now also upload new snapshots created as a result of the last run. --- lib/diffux_ci_version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diffux_ci_version.rb b/lib/diffux_ci_version.rb index 99ca449..c57329d 100644 --- a/lib/diffux_ci_version.rb +++ b/lib/diffux_ci_version.rb @@ -1,4 +1,4 @@ # Defines the gem version. module DiffuxCI - VERSION = '0.4.1' + VERSION = '0.4.2' end