Added by simo geo over 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 !
Command line:
$ bin/rails r 'puts Redmine::VERSION.to_s' RAILS_ENV=production 4.1.1.stable.20820
File:
See lib/redmine/version.rb
Many thanks !