Commit 5de1323cd8ac6f48f7d19871e219779d01bc080e
1 parent
28a6635e
Exists in
master
and in
23 other branches
Bump version number
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero.rb
| 1 | module Noosfero | 1 | module Noosfero |
| 2 | PROJECT = 'noosfero' | 2 | PROJECT = 'noosfero' |
| 3 | - VERSION = '0.26.1' | 3 | + VERSION = '0.27.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('|') |