summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-01-15 02:57:35 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-01-15 02:57:35 +0100
commit9690eec233ec27dd4d00f44bcddd08abb67f5062 (patch)
treefe07861055a3f1c8646478476ab3c5dc16574ff9
parentAttempt to fix finalize_release view (diff)
downloadglsamaker-9690eec233ec27dd4d00f44bcddd08abb67f5062.tar.gz
glsamaker-9690eec233ec27dd4d00f44bcddd08abb67f5062.tar.bz2
glsamaker-9690eec233ec27dd4d00f44bcddd08abb67f5062.zip
Bump version.
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index d02c083..f0f3501 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -4,6 +4,6 @@ require File.expand_path('../application', __FILE__)
# Initialize the Rails application
Rails.application.initialize!
-GLSAMAKER_VERSION = '2.1.7'
+GLSAMAKER_VERSION = '2.1.8'
require 'digest/md5'