Commit 59a537cff8687b5f5523cfba9796febf2636348d

Authored by Rodrigo Souto
1 parent 0eab9e93

Fix version

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/noosfero/version.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '1.4' 3 + VERSION = '1.5'
4 end 4 end
5 5
6 root = File.expand_path(File.dirname(__FILE__) + '/../..') 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')