Commit 830bbafe6bbcf47baf9c300827620ae1f01baa30

Authored by Joenio Costa
2 parents 0c69cdb1 7412ab81

Merge branch 'stable'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '0.23.3'
  3 + VERSION = '0.23.4'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...