From e1faebb11dfcf1818cf3f23ebfddeb79604447d9 Mon Sep 17 00:00:00 2001 From: Nikolay Sverchkov Date: Tue, 26 Feb 2019 13:01:58 +0300 Subject: [PATCH] [ci skip] Bump v1.0.0 --- lib/clowne/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clowne/version.rb b/lib/clowne/version.rb index dd8ed5b5..3aecbe1e 100644 --- a/lib/clowne/version.rb +++ b/lib/clowne/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Clowne - VERSION = '0.2.0' + VERSION = '1.0.0' end