We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5331050 commit 242a4b6Copy full SHA for 242a4b6
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="v1.3.1"></a>
2
+### v1.3.1 (2018-02-16)
3
+
4
+#### Bug Fixes
5
6
+* replace backslashes in pact dir path with forward slashes ([a1b5013](/../../commit/a1b5013))
7
8
9
Do this to generate your change history
10
11
git log --pretty=format:' * %h - %s (%an, %ad)'
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.2.4"
+ VERSION = "1.3.1"
end
0 commit comments