Commit 42993edf18f6ce662def18d8807c0e92caffa28b
1 parent
a5517514
Exists in
master
and in
28 other branches
Bumping version number
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
debian/changelog
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('|') |