From 345fde260507bf3bbabbd7479459ea75dec9550a Mon Sep 17 00:00:00 2001 From: Khash Sajadi Date: Wed, 18 Dec 2019 10:35:33 -0800 Subject: [PATCH] version bump --- Gemfile.lock | 2 +- lib/noticent/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6e2bd87..d072a26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - noticent (0.0.1.pre.pre) + noticent (0.0.4) actionpack (~> 5.2) activerecord (~> 5.2) activesupport (~> 5.2) diff --git a/lib/noticent/version.rb b/lib/noticent/version.rb index 3b72a1d..4fdf670 100644 --- a/lib/noticent/version.rb +++ b/lib/noticent/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Noticent - VERSION ||= '0.0.1' + VERSION ||= "0.0.4" end