summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-04-09 16:07:58 -0800
committerRyan Davis <ryand@zenspider.com>2012-04-09 16:07:58 -0800
commitd0486d00193cd0ac5a9977f0cd2569d544d18ba5 (patch)
treee81eaddbf4218c3403d4136abd767057876127b9 /lib
parentc17fff26e10bdaf8ff2737a65330f2a7b631b6d3 (diff)
downloadhoe-d0486d00193cd0ac5a9977f0cd2569d544d18ba5.tar.gz
prepped for releasev3.0.3
[git-p4: depot-paths = "//src/hoe/dev/": change = 7314]
Diffstat (limited to 'lib')
-rw-r--r--lib/hoe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 2ae1d57..ce900ec 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -91,7 +91,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '3.0.2'
+ VERSION = '3.0.3'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]