Commit af972f2beb48f4c5d5c2ebd8dcea5c5bf556818d

Authored by Antonio Terceiro
1 parent e967c09e

Bump 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.35.0'
  3 + VERSION = '0.36.0~0'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...