Skip to content

Commit 5f11386

Browse files
authored
Match version to the published one (#96)
1 parent 102bdb3 commit 5f11386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.1.7
1+
0.1.7.1
22
* Adding `testonly` to targets that link with XCTest becomes an opt-in with config `enable_add_testonly`
33

44
0.1.6

lib/cocoapods/bazel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Pod
44
module Bazel
5-
VERSION = '0.1.7'
5+
VERSION = '0.1.7.1'
66
end
77
end

0 commit comments

Comments
 (0)