From 1062fc07f66a025b7cb08f40755592ab757bac20 Mon Sep 17 00:00:00 2001 From: Rick van Hoef Date: Mon, 22 Nov 2021 21:32:37 +0100 Subject: [PATCH] bump version 2.8.1 --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 8e345af18..65e69655a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -18,7 +18,7 @@ class Application < Rails::Application # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. - VERSION = '2.8.0'.freeze + VERSION = '2.8.1'.freeze # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.