From 3afd681834598a2b37ebe7928d92bda39f4d3a84 Mon Sep 17 00:00:00 2001 From: aidewoode Date: Thu, 2 Jul 2020 20:47:49 +0800 Subject: [PATCH] bump version to 1.0.0 --- lib/wahwah/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wahwah/version.rb b/lib/wahwah/version.rb index eb282e5..88dbd4f 100644 --- a/lib/wahwah/version.rb +++ b/lib/wahwah/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WahWah - VERSION = '0.1.0' + VERSION = '1.0.0' end