We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c46cd commit 80fc40dCopy full SHA for 80fc40d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# master
2
3
+# 3.0.7 - April 02nd, 2019
4
+
5
+[3.0.7]: https://github.com/lsegal/samus/compare/v3.0.6...v3.0.7
6
7
- Fix bug in `publish` task of DockerReleaseTask in previous release.
8
9
# 3.0.6 - April 02nd, 2019
lib/samus/version.rb
@@ -1,3 +1,3 @@
module Samus
- VERSION = '3.0.6'.freeze
+ VERSION = '3.0.7'.freeze
end
0 commit comments