We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fddff5 commit 4b3ce18Copy full SHA for 4b3ce18
History.markdown
@@ -6,10 +6,14 @@
6
7
### Bug Fixes
8
9
-* The `--version` flag should not exit with code 1, but instead code 0. (#33)
10
-
11
### Development Fixes
12
+## 0.3.3 / 2014-05-07
+
13
+### Bug Fixes
14
15
+* The `--version` flag should not exit with code 1, but instead code 0. (#33)
16
17
## 0.3.2 / 2014-03-18
18
19
lib/mercenary/version.rb
@@ -1,3 +1,3 @@
1
module Mercenary
2
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
3
end
0 commit comments