Commit 42993edf18f6ce662def18d8807c0e92caffa28b

Authored by Daniela Feitosa
1 parent a5517514

Bumping version number

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
debian/changelog
1 -noosfero (0.28.0~1) unstable; urgency=low 1 +noosfero (0.28.0) unstable; urgency=low
2 2
3 * Initial Release. 3 * Initial Release.
4 4
lib/noosfero.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '0.27.1' 3 + VERSION = '0.28.0'
4 4
5 def self.pattern_for_controllers_in_directory(dir) 5 def self.pattern_for_controllers_in_directory(dir)
6 disjunction = controllers_in_directory(dir).join('|') 6 disjunction = controllers_in_directory(dir).join('|')