summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2023-05-02 09:47:22 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2023-05-02 09:47:22 -0800
commitdc8ff846afc993451d80b66a6befbbdea746a678 (patch)
tree470ec0b42fca10638dffe9255978f6b55419933c /lib
parent01bf219a390292ba896a689bf49314b0e75b7720 (diff)
downloadhoe-dc8ff846afc993451d80b66a6befbbdea746a678.tar.gz
prepped for releasev4.0.3
[git-p4: depot-paths = "//src/hoe/dev/": change = 13765]
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 6842a72..15cfeda 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -87,7 +87,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "4.0.2"
+ VERSION = "4.0.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]