Commit c3e66f14c95fb40c7d03b08daa9b8a964e331b8f

Authored by Joenio Costa
1 parent 3251f46f

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