Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejansen committed Aug 7, 2020
1 parent 25e7056 commit a6e8c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/java-spring/touchstone/touchstone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
touchstone-version: 1.2.0
touchstone-version: 1.2.1
services:
- name: my-app
availability_endpoint: "/actuator/health"
Expand Down
2 changes: 1 addition & 1 deletion touchstone-tests/touchstone/touchstone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
touchstone-version: 1.2.0
touchstone-version: 1.2.1
services:
- name: my-app
port: 8080
Expand Down
2 changes: 1 addition & 1 deletion touchstone/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.2.1'

0 comments on commit a6e8c67

Please sign in to comment.