From 28b93cd1990b604739e221aa0f3087e9cc71fbf3 Mon Sep 17 00:00:00 2001 From: Yossef Mendelssohn Date: Wed, 26 Aug 2009 00:43:22 -0500 Subject: [PATCH] Setting version (0.4.1), updating History. --- History.txt | 6 ++++++ lib/punch/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index b8c9e8e..2649796 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +== 0.4.1 2008-08-26 + +* 1 tiny enhancement: + * allowing command-line log message to be specified with --message + (will take precedence over normal message argument if both are specified) + == 0.4.0 2008-08-17 * 1 minor enhancement: diff --git a/lib/punch/version.rb b/lib/punch/version.rb index 88aa580..e51bb78 100644 --- a/lib/punch/version.rb +++ b/lib/punch/version.rb @@ -2,7 +2,7 @@ class Punch module VERSION #:nodoc: MAJOR = 0 MINOR = 4 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end