Commit ed083aac1cca7cccd43127b1330404117786339f

Authored by Antonio Terceiro
1 parent 2d10c9d5

Bumping version number

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.21.2'
  3 + VERSION = '0.21.3'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...