From 1b0e31da6900251084fff6b1f523f21cfb667b31 Mon Sep 17 00:00:00 2001 From: Don Melton Date: Fri, 20 Jan 2017 19:22:52 -0800 Subject: [PATCH] Bump version to 0.16.0. --- 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 9d0d061..c703b22 100644 --- a/lib/video_transcoding/version.rb +++ b/lib/video_transcoding/version.rb @@ -5,5 +5,5 @@ # module VideoTranscoding - VERSION = '0.15.0' + VERSION = '0.16.0' end