From 9cd8e25bd92914405c31807bec90356f6dfb9fcf Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Thu, 23 Mar 2017 11:57:35 -0600 Subject: [PATCH] Update version to 1.2.1 --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index 6f046fd3b..8b0349916 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -5,6 +5,6 @@ Rails.application.initialize! # Get the current tag version -VERSION = '1.2.0' +VERSION = '1.2.1' REVISION = `git log --pretty=format:'%h' -n 1` APP_VERSION = "#{VERSION}:#{REVISION}"