From 1fda0b9e91fe2fd490dcde7c0677c98837faed91 Mon Sep 17 00:00:00 2001 From: Mstiekema Date: Thu, 10 Dec 2020 22:38:41 +0100 Subject: [PATCH] Bump version --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index d799cddc2..e5c238c0a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -16,7 +16,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.6.2'.freeze + VERSION = '2.7.0'.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.