Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejansen committed Jun 23, 2020
1 parent d65f72f commit 07b24b3
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.1.0
touchstone-version: 1.2.0
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.1.0
touchstone-version: 1.2.0
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.1.0'
__version__ = '1.2.0'

0 comments on commit 07b24b3

Please sign in to comment.