Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Release 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Dec 21, 2012
1 parent 9227f0a commit 2af164e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gollum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.8.7"

s.name = 'gollum'
s.version = '2.4.6'
s.date = '2012-12-18'
s.version = '2.4.7'
s.date = '2012-12-20'
s.rubyforge_project = 'gollum'

s.summary = "A simple, Git-powered wiki."
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$KCODE = 'U' if RUBY_VERSION[0,3] == '1.8'

module Gollum
VERSION = '2.4.6'
VERSION = '2.4.7'

def self.assets_path
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
Expand Down

0 comments on commit 2af164e

Please sign in to comment.