mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
3cee485f46
This reverts commit 766f958145.
8 lines
121 B
Ruby
8 lines
121 B
Ruby
require 'open_project/version'
|
|
|
|
module OpenProject
|
|
module Bcf
|
|
VERSION = ::OpenProject::VERSION.to_semver
|
|
end
|
|
end
|