From a3e2f1d1175317e19826f0fddafd3a3858dd47d9 Mon Sep 17 00:00:00 2001 From: Rick van Hoef Date: Wed, 13 May 2020 13:55:19 +0200 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 8e76acda0..4aec4942f 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.2.0'.freeze + VERSION = '2.3.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.