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

Commit

Permalink
bump version to 2.0.0-pre.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Mar 7, 2012
1 parent ec80403 commit a91f290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cinch.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'cinch'
s.version = '2.0.0.pre.3'
s.version = '2.0.0.pre.4'
s.summary = 'An IRC Bot Building Framework'
s.description = 'A simple, friendly DSL for creating IRC bots'
s.authors = ['Dominik Honnef']
Expand Down
2 changes: 1 addition & 1 deletion lib/cinch/version.rb
@@ -1,4 +1,4 @@
module Cinch
# Version of the library
VERSION = '2.0.0-pre.3'
VERSION = '2.0.0-pre.4'
end

0 comments on commit a91f290

Please sign in to comment.