From b57baa11e7bf360bfb0c9976d07c34cbd78965b3 Mon Sep 17 00:00:00 2001 From: Don Melton Date: Sun, 2 Dec 2018 15:40:25 -0800 Subject: [PATCH] Bump version to 0.21.1. --- lib/video_transcoding/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/video_transcoding/version.rb b/lib/video_transcoding/version.rb index 80a443b..f3e1b64 100644 --- a/lib/video_transcoding/version.rb +++ b/lib/video_transcoding/version.rb @@ -5,5 +5,5 @@ # module VideoTranscoding - VERSION = '0.21.0' + VERSION = '0.21.1' end