From 79bdd1c4fc5bdd518e745ed6690e8c1b610a6f60 Mon Sep 17 00:00:00 2001 From: esotericpig Date: Sun, 26 Apr 2020 21:43:08 +0800 Subject: [PATCH] Bump version to v0.4.9-alpha --- Gemfile.lock | 2 +- lib/unclekryon/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fd49dc9..dcca59c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - unclekryon (0.4.8) + unclekryon (0.4.9.pre.alpha) nbayes (~> 0.1.2) nokogiri (~> 1.10) diff --git a/lib/unclekryon/version.rb b/lib/unclekryon/version.rb index 2c885f0..21650fd 100644 --- a/lib/unclekryon/version.rb +++ b/lib/unclekryon/version.rb @@ -22,5 +22,5 @@ module UncleKryon - VERSION = '0.4.8' + VERSION = '0.4.9-alpha' end