Skip to content

Commit

Permalink
Bump to version 0.3.0.e
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Oct 14, 2011
1 parent 4f30a92 commit 4335ba4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Expand Up @@ -3,6 +3,8 @@
* Added fork backend
* Improved queue
* Added before/after each/all filters
* Added remove config method from our cli
* Improved documentation

# Version 0.2.6 - August 27, 2011

Expand Down
2 changes: 1 addition & 1 deletion bin/foreverb
Expand Up @@ -114,7 +114,7 @@ class CLI < Thor
false
end
end
write_config! new_config
write_config! new_config
end

map "--version" => :version
Expand Down
2 changes: 1 addition & 1 deletion lib/forever/version.rb
@@ -1,3 +1,3 @@
module Forever
VERSION = "0.3.0.d" unless defined?(Forever::VERSION)
VERSION = "0.3.0.e" unless defined?(Forever::VERSION)
end

0 comments on commit 4335ba4

Please sign in to comment.