Skip to content

Commit

Permalink
Bump to version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 9, 2012
1 parent 1837a17 commit 12b482c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,7 @@
== 0.7.2
* Add acceptance spec
* Really, it works on 1.8.7 now

== 0.7.1
* Actually work in 1.8.7

Expand Down
2 changes: 1 addition & 1 deletion lib/bahia.rb
Expand Up @@ -2,7 +2,7 @@
require 'shellwords'

module Bahia
VERSION = '0.7.1'
VERSION = '0.7.2'

class DetectionError < StandardError
def initialize(name)
Expand Down

0 comments on commit 12b482c

Please sign in to comment.