From 754c3389a0400e1265027ac264f9501af18e29d5 Mon Sep 17 00:00:00 2001 From: Lukyanov Fedor Date: Wed, 6 Jul 2016 04:38:02 +0300 Subject: [PATCH] Bump version to 1.0.3 --- lib/detectify/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/detectify/version.rb b/lib/detectify/version.rb index 995bbee..4d9b76f 100644 --- a/lib/detectify/version.rb +++ b/lib/detectify/version.rb @@ -1,3 +1,3 @@ module Detectify - VERSION = '1.0.0'.freeze + VERSION = '1.0.3'.freeze end