Project

General

Profile

[solved] Get redmine version in command line or from redmine file

Added by simo geo about 3 years ago

Hi all,
I run a fresh redmine install on ubuntu 20.04.

I'm able to get redmine version from web interface but I'd like to get it from command line or from redmine file.

Where can I find that info ? I've been searching on applications without without success ...

Thanks !


Replies (2)

RE: Get redmine version in command line or from redmine file - Added by Go MAEDA about 3 years ago

Command line:

$ bin/rails r 'puts Redmine::VERSION.to_s' RAILS_ENV=production
4.1.1.stable.20820

File:
See lib/redmine/version.rb

    (1-2/2)