Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Nov 22, 2010
1 parent 26a4321 commit 5dc5ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
= HEAD
= 2.5.1 / 2010-11-22
* Bug Fixes
* Prevent ernie from trying to start in ernie bin

Expand Down
4 changes: 2 additions & 2 deletions ernie.gemspec
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.6'

s.name = 'ernie'
s.version = '2.5.0'
s.date = '2010-11-19'
s.version = '2.5.1'
s.date = '2010-11-22'
s.rubyforge_project = 'ernie'

s.summary = "Ernie is a BERT-RPC server implementation."
Expand Down
2 changes: 1 addition & 1 deletion lib/ernie.rb
Expand Up @@ -3,7 +3,7 @@
require 'logger'

class Ernie
VERSION = '2.5.0'
VERSION = '2.5.1'

class << self
attr_accessor :mods, :current_mod, :log
Expand Down

0 comments on commit 5dc5ab4

Please sign in to comment.