From fc385b615f4160eae9fa186e993219723a068fe1 Mon Sep 17 00:00:00 2001 From: scott Date: Wed, 3 Apr 2019 11:02:05 -0600 Subject: [PATCH] Update version 2.4.1 --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 478766204..ba217b143 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,6 +5,6 @@ Rails.application.initialize! # Get the current tag version -VERSION = '2.4.0' +VERSION = '2.4.1' REVISION = `git log --pretty=format:'%h' -n 1` APP_VERSION = "#{VERSION}:#{REVISION}"