Bump version to 3.0.8

Due to our (new) convention plugins inherit their versions from the
OpenProject core. The next stable release of the OpenProject core is
3.0.8.
pull/6827/head
kgalli 11 years ago
parent 9c0faca1dd
commit 2a02eeac88
  1. 2
      CHANGELOG.md
  2. 2
      lib/open_project/xls_export/version.rb

@ -1,6 +1,6 @@
# Changelog
## 1.0.0
## 3.0.8
## 1.0.0.pre5
* `#2561` [Work package tracking] Internal error when exporting work package list with cost columns to excel

@ -1,5 +1,5 @@
module OpenProject
module XlsExport
VERSION = "1.0.0"
VERSION = "3.0.8"
end
end

Loading…
Cancel
Save